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
Safari seems much more popular than Firefox. Selenium supports Safari, just needs some GH actions tinkering to get these to run on MacOS. To support the webworker tests as well will require finding the equivalent of profile.setPreference("privacy.file_unique_origin", false) or options.addArguments("--allow-file-access-from-files").
The text was updated successfully, but these errors were encountered:
I think this would be worth doing! The main reason I didn't is the fact that Chrome, Safari, and Firefox all behave similarly with respect to the polyfill. The more the merrier though, particularly now that we're decoupled from CE.
Notably:
profile.setPreference("privacy.file_unique_origin", false)
oroptions.addArguments("--allow-file-access-from-files")
.The text was updated successfully, but these errors were encountered: