Badr El Mazaz
Badr El Mazaz
I still have this error: with TorBrowserDriver("/app/tor-browser_en-US") as driver: File "/usr/local/lib/python3.8/dist-packages/tbselenium/tbdriver.py", line 95, in __init__ super(TorBrowserDriver, self).__init__( File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/firefox/webdriver.py", line 179, in __init__ RemoteWebDriver.__init__( File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 268, in __init__...
made it more pythonic
commented `e_host` since not used because all occurencies are commented and giving error: `core/http_proxy.go:381:5: e_host declared and not used` compiling it.
While both patterns would match the same string since . includes literal dot, escaping the dot with backslash is the clearer and more explicit approach since . is a special...