I\'m trying to create a cross-browser Python-Selenium test script. So I need all results to be same no matter which webdriver (Chrome or <
Python-Selenium
webdriver
Chrome
I'm using this:
driver.manage().window().setSize(new org.openqa.selenium.Dimension(1900, 990));
Where 1900 is the width, and 990 is the height.