-
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
Update tbselenium to work with TBB 8 series #110
Conversation
hello, im trying to use tbselenium in windows7, for later use on windows server r12 Im using Cygwing64 python3.7 and i got the tbselenium.exceptions.TBDriverPortError: SOCKS port 9050 is not listening ERROR I modify the default port to 9150 and then i got this error but i cant find how to solve, any idea? Traceback (most recent call last): |
@userbox020 Could you please open an issue? |
hi, gunesacar |
Can you please open an issue and describe how you use |
From this version on
tbselenium
will need to run with an externaltor
process (systemtor
, ortor
started by Stem); it will not be able to starttor
using thetor_launcher
extension of TBB.A new
tor_cfg
USE_STEM
is added. When you pass this initialization argument,tbselenium
will use STEM ports as default.Certain tests such as disabling JS and adjusting security sliders are removed as we cannot guarantee these features anymore.