webfp / tor-browser-selenium

Tor Browser automation with Selenium.
MIT License
556 stars 99 forks source link

FF can't find profile with relative TBB_PATH #89

Closed mjuarezm closed 7 years ago

mjuarezm commented 7 years ago

If TBB_PATH is set to a relative path I get a popup error message from FF saying it can't find the profile. The issue is fixed by getting the absolute path of Browser directory. I'm going to send a PR in a minute.