For some reason when I run my tests at work the browser is maximized, but when I run them at home it only opens a browser window of about 50% width. This causes some discrep
In Selenium 4 (Protractor 6), setRect replaces setSize and setPosition
setRect
setSize
setPosition
For example,
browser.driver.manage().window().setRect({height: 600, width: 800});