-
Notifications
You must be signed in to change notification settings - Fork 19
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
Arguments/Options not passed on to Selenium 4.x #25
Comments
After double checking, it seems that none of my Args have been set, like --user-data-dir; it's default:
Still investigating why... |
I really have no idea how you/others used Chrome like this, because I recalled that chromeOptions is needed to pass on arguments and such. When I pulled your repo I thought it is more up to date, but it seems not. Anyway, please add the following in chrome.h:
And:
|
@Mecanik, |
Yes, working perfectly. Everything is taken into account by Selenium. BTW - What do you use? Firefox? |
At the moment functionally it suits me. I don't need additional chrome features yet. |
I see, I would like to try Firefox as well. Can you share some Args, etc? |
Now I am being stupid... I did not even notice you already added the correct options for Chrome. I do apologize for this, I had the old repo from the other author in my PC and I confused it with yours... :( |
How you connected this sources to the roject? |
Hi, thanks for updating this old script to latest selenium. There are a few issues though, like some arguments and options not being passed on. Tested with Chrome 97.0.4692.0.
Args:
--window-size=1280,1024
Selenium says: "???" = not even there
Capabilities:
common.SetAcceptSslCerts(true);
Selenium says: "acceptInsecureCerts:false"
There are probably more I just need to test.
The text was updated successfully, but these errors were encountered: