-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Firefox 77.0.1 (64-bit) tab is not exposing the console #7
Comments
Having a similar issue - FF 77 64-bit on Linux, |
This seems to be the culprit @emibap: saucelabs#17 |
The issue is related to the new architecture change of the Tab object. There's a backward compatibility code that checks whether it is necessary to fetch the Tab's actors (using getTarget) or not (for firefox versions < 75 ). It will be fixed today |
* chore(deps): [email protected] BREAKING CHANGE: libgbm is a requirement * update node, xcode, docker images * lockfile * chore(types): tsify lib/gui/windows and spec * fix Electron extension loading global extension loading was deprecated in 9, now has to be per-session * make windows fns stubbable * update electron_spec * tsify issue_173_spec * use upstream foxdriver to fix FF >= 75 see benmalka/foxdriver#7 * update test * for now, install libgbm-dev at ci time see cypress-io/cypress-docker-images#332 * fix open mode * remove devtools-ext dir
@emibap if (!tab.hasOwnProperty('console')) { Tab object has no actual property of 'console' before it has been called. |
v0.4.1 has been published to npm. Closing issue |
Thanks @benmalka |
Hey. Sadly, after updating to FF 77 the console access seems to be broken.
Here's the code to verify it:
I tested it on Mac OS Catalina and Windows 10.
The text was updated successfully, but these errors were encountered: