remove unneeded comment
This commit is contained in:
parent
1272eb31dc
commit
313735948a
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ const screen = {
|
|||
};
|
||||
var driver = new webdriver.Builder()
|
||||
.forBrowser('chrome')
|
||||
.setChromeOptions(new chrome.Options().headless().windowSize(screen).addArguments(['user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Safari/537.36'])) //CHANGED CODE
|
||||
.setChromeOptions(new chrome.Options().headless().windowSize(screen).addArguments(['user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Safari/537.36']))
|
||||
.build();
|
||||
|
||||
//START WEBDRIVER AND ZOOM OUT
|
||||
|
|
Reference in a new issue