-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Investigate Selenium 3 and geckodriver compatibility #93
Comments
Self-signed certificates aren't an issue anymore as we'll be removing the proxy in future releases. |
Selenium only officially supports FF 47 and below (though 45 is recommended as that's the latest ESR). Their new issue template includes the following:
Combing through some Selenium issues it seems like |
Hi! Just checking to see when this might be planned. I followed up on the workaround noted in SeleniumHQ/selenium#1181, but didn't receive a response. Looking back at this again and hoping something might not be too far off. Also, suggestions on how to implement the workaround are also most welcome! |
We likely won't make any headway on this until March / April when the next Firefox ESR is released. Aside from the engineering work required for OpenWPM, we are blocked on |
Added in #152 |
Mozilla is already phasing out support for Selenium 2. It may be a good idea to start working towards Selenium 3 and geckodriver compatibility.
Here's a WIP branch, feel free to take it from there:
https://github.com/gunesacar/OpenWPM/tree/selenium3
https://travis-ci.org/gunesacar/OpenWPM/builds/162494675
I listed the remaining problems in the commit message and the code comments.
Most pressing ones are:
send_keys
command doesn't work (hence thetab_restart_browser
)The text was updated successfully, but these errors were encountered: