Closed mzcoder-hub closed 1 year ago
Indeed, that's a bug within undetected-chromdriver https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1100
Without you can patch that using https://stackoverflow.com/a/55016352/20443541 Actually, might implement dynamic window size:)
@mzcoder-hub should now be resolved with selenium-profiles>=2.2.7.4
you can set profile["cdp"]["emulation"]["width"]
and profile["cdp"]["emulation"]["height"]
setting the screen size
i already setting the option proxy and the window size but its not work, and the chrome browser is still on the full size
what should i do to make the window-size is like on the setting ?