Maximize Window - Chromedriver 133

@joaoroberto

I was wondering why I didn’t used the –start-maximized and retried.
But although this works on a local machine with actual screen and window management, this unfortunately doesn’t work in a docker with xvfb…

Eventually the solution is to use either the Set Windows Size keyword, or to pass it also with the position (in my case I have sometimes full screen captures, so the start position is important:

Call Method    ${chrome_options}    add_argument    --window-position=0,0
Call Method    ${chrome_options}    add_argument    --window-size=1920,1080

Regards
Charlie