1

We have implemented a CI CD pipeline using octopus, once any code change is checked in then our automation script gets picked up and launches chrome browser. It tries to maximize the browser before starting test case. However octopus is not able to maximize the browser. I have used Javascript executor and below maximize code as well.

driver.manage().window().maximize();

can we launch chrome broswer instance either in maximize mode or full screen mode without using above line or javascript executor?

4

0 回答 0