webfp / tor-browser-selenium

Tor Browser automation with Selenium.
MIT License
528 stars 101 forks source link

Invalid firefox binary #201

Closed Aphexus closed 7 months ago

Aphexus commented 8 months ago

tbselenium.exceptions.TBDriverPathError: Invalid Firefox binary

I got a similar result when trying to use the binary directly with selenium without tbselenium(which is what lead me to tbselenium).

I'm not sure if this is an issue with tbselenium, selenium or something else. The binary is exactly what I use to run tor with.

ShlomiRex commented 8 months ago

I get this error on macOS aswell:

tbselenium.exceptions.TBDriverPathError: Invalid Firefox binary /Applications/Tor Browser.app/Browser/firefox
gunesacar commented 7 months ago

This error is likely due to unsupported OSes Please reopen if you get this error on Linux and provide code to reproduce.