add parameter: extra_chrome_arguments + dont set window size#1692
add parameter: extra_chrome_arguments + dont set window size#1692milahu wants to merge 2 commits intoultrafunkamsterdam:masterfrom
Conversation
|
I am not the original writer for those lines so I can't tell for sure but removing the set window size is a horrible decision, that's just a free digital footprint to be tracked everywhere, horrible when you are trying to make "undetected" chrome |
hard-coding a 1920x1080 window size is worse to manage browser fingerprints undetected-chromedriver should do only the bare minimum |
|
Why don't you just use use --window-size=1024x1024 for your program? |
if that works, okay, feel free to close this i have moved to selenium_driverless |
Good luck with that spamboy |
adding a parameter for *every* chrome argument is stupid
so just accept a
extra_chrome_argumentslistdont set window size
a 1920x1080 chrome window is too large for my 1024x768 vnc display