Open ghost opened 5 years ago
What version of firefox are you running? What system?
I am using Kubuntu 18.04 with latest firefox 66.0.1 and geckodriver 0.24.0, but later I will need to port this code on raspberry pi 3B running raspbian stretch lite with python 3.6
I'm trying to get it running on rasp 3B with python 3.6 and stretch lite with no success.. Don't wanna highjack this thread tho, but do you have any tips?
Hello,
I have two problems with the firefox driver :
Even when passing high log levels in the capabilities like so :
{"moz:firefoxOptions": {"log" : {"level" : "error"}}}
or like so :{"moz:firefoxOptions": {"log" : {"level" : "fatal"}}}
I still get the logs of inferior levels, such as WARN. (even though i noticed INFOs are gone)When passing a profile as an argument like so :
{"moz:firefoxOptions": {"args": ["-headless", "-profile", "path/to/profile"]}}
The profile is correctly loaded but nothing happens afterwards (The session doesn't seem to start and my elements are not fetched)Thanks for your time