Posted in Automation Testing

Selenium: Working with responsive mode in browser

https://chromedriver.chromium.org/mobile-emulation

https://stackoverflow.com/questions/50533702/automating-responsive-design-using-selenium-webdriver

driver.manage().window().fullscreen();
This can bring full screen view (substitute of fit to screen)

Leave a comment