webfp / tor-browser-selenium

Tor Browser automation with Selenium.
MIT License
548 stars 100 forks source link

Remote server usage #132

Closed WhoIsDarth closed 4 years ago

WhoIsDarth commented 4 years ago

I'm trying to run headless version of browser but receive this:

selenium.common.exceptions.WebDriverException: Message: invalid argument: can't kill an exited process

gunesacar commented 4 years ago

Are you able to run the following headless example: https://github.com/webfp/tor-browser-selenium/blob/master/examples/headless.py ?

If not, please make sure you have Xvfb (via apt install) and PyVirtualDisplay (via pip install) installed.

gunesacar commented 4 years ago

Closing due to inactivity. Feel free to reopen if the issue persists.