-
Notifications
You must be signed in to change notification settings - Fork 100
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
tbselenium not working with Tor Browser 8.0 #105
Comments
Thanks for reporting. Indeed, upgrading to v8 broke many tests. In the meantime, please update |
I am using the latest selenium version... but I thought we had to use geckodriver v0.17.0 according to the installation instructions. Is that not the case anymore? |
It won't be the case any more with TB 8.0. Will be updated to the latest I just checked: |
This example works for me with Tor Browser v8.0, |
8.0.4 tor & recommended gecko 0.17 also gives me this issue |
Given the test failures, we should expect limited functionality (e.g. |
Sorry for the delayed response. Short answer is, after the pull request I just merged , disabling JavaScript and adjusting security slider became impossible so I removed those tests. The main issue is that we disable JavaScript or adjust security slider by flipping some prefs. It looks like Tor Browser extensions are not being notified of these pref changes and act indifferently. If you need to disable JavaScript, that can be done by emulating a use visiting Other than the removed tests, removed core functionality is pretty reliable. |
Please update tbselenium from PyPI or from this repo. Either case you should upgrade to gecko 0.23. |
This is fixed by #110 |
I am facing the same problem, I also tried to install Selenium 3.3 as you have in the requirements but it says that selenium 3.3 is incompatible with tbselenium. Here you have the log from the installation of selenium 3.3: https://0bin.net/paste/ykQ0JFwr-qO+L6xR#Wx+h6tebNX+V-Wu/+dNOx55IiLIEyHkyp9f3l9T2pFP Let me know if I can do something else to fix this issue for me and other people who may face the same problem |
I have tried running my scripts with Tor Browser version 8.0 on Lubuntu 16.04:
https://www.torproject.org/dist/torbrowser/8.0/tor-browser-linux64-8.0_en-US.tar.xz
The browser is working fine when I start it from command line.
When I start it via tbselenium, it does not connect to the Tor process and issues the following error message:
"The proxy server is refusing connections".
The script works fine when I downgrade Tor Browser to version 7.5.6.
The text was updated successfully, but these errors were encountered: