docker-selenium-lambda icon indicating copy to clipboard operation
docker-selenium-lambda copied to clipboard

Window size in example doesn't work

Open vonElfvin opened this issue 1 year ago • 0 comments

The window size: options.add_argument("--window-size=1280x1696") given in the example does not work (at least not for me using :latest

I think it should be: options.add_argument("--window-size=1280,1696")

vonElfvin avatar Oct 29 '23 13:10 vonElfvin