-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to set the firefox profile #95
Comments
Note that I updated Feel free ask any questions, or close the issue if this works for you. |
Thanks a lot, i can set the profile right now. FYI, it seems firebug is deprecated and it seems need to sign or sth or firebug is a legacy extension. Btw, i want to extract the browser console log from firefox just like chrome. I am not sure if i can get the browser log in other ways.
Also tried with
Do you have any ideas how i can get the firefox browser log from standalone selenium running with firefox driver (need to capture and send back to the client) ? Is it possible to override the console method and get it back using js later ? Another question is about Thanks |
Not sure how to get the log writen to a file, but there is a selenium command that allows to retrieve the log by type: POST /session/:sessionId/log (corresponding wdjs method: .log(type). Check here: https://github.com/admc/wd/blob/master/doc/api.md (i didn't test it myself...) Note that there is a pending issue re: geckodrivee and error log: mozilla/geckodriver#330 |
Thanks for your information. I have tried getLogType api, only 'server' is returned. So it looks we can't get firefox browser log directly right now. |
Tried to show the default homepage on firefox.
But it didn't show the home page and it seems the options is not set. Any idea?
Env:
FIREFOX_VERSION=55.0.3
GECKODRIVER_VERSION=0.18.0
selenium 3.5.3-astatine
using this docker image https://hub.docker.com/r/selenium/node-firefox/
The text was updated successfully, but these errors were encountered: