docker-selenium-lambda
docker-selenium-lambda copied to clipboard
Window size in example doesn't work
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")