Vitor Guilherme Souza Santana

Results 2 comments of Vitor Guilherme Souza Santana

I have fixed this bug, it's actually on the webdriver.py for firefox. If you check line 168 it states ```python if options: if options.binary: self.binary = options.binary if options.profile: self.profile...

Is not working simply because of the handling of the script itself, if you edit the script and print the options object using vars() you get: ```` '{'_arguments': [], '_binary':...