umihico / docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda
MIT License
504 stars 119 forks source link

Window size in example doesn't work #202

Open vonElfvin opened 8 months ago

vonElfvin commented 8 months ago

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")