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
Add the below code. This will maximize the browser window.
browser.driver.manage().window().maximize();