You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
if Cypress.version === '...'
that kind of thing
new messages
or you could test for Cypress.isBrowser existing
that would be even better
you could update your lib right now then
onlyOn(arg) -> delegate that to use Cypress.isBrower(arg) if its available, else check Cypress.browser object directly
yeah?
you could update it right now since we are abstracting away the differences through Cypress.isBrowser()
and you don’t have to check the Cypress.browser object directly
to the browser and browser type
The text was updated successfully, but these errors were encountered: