serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
180 stars 285 forks source link

Chrome browser zoomed more than 100% in serenity 3.2.1 #74

Closed atulinforma closed 2 years ago

atulinforma commented 2 years ago

I have recently updated the serenity version from 2.3.8 to 3.2.1. After fixing all the dependency, the scripts are failing in linux machine for 3.2.1 and the chrome browser is zoomed more than 100%, same code works fine in 2.3.8 version

wakaleo commented 2 years ago

Version 3.2.1 uses Selenium 4 so there may be different options for the chromedriver - this doesn't look like something related to the Serenity library as such though.

atulinforma commented 2 years ago

Any suggestions how we can handle this ?

wakaleo commented 2 years ago

Try experimenting with setting those options explicitly via the chrome options

atulinforma commented 2 years ago

Thanks for the response, will try.