How can I maximize the browser window in Codeception?
Hi Mark,
Please add the following snippet in the Acceptance directory:
$this->getEval("window.resizeTo(1225, 996); window.moveTo(0,200);");
or
$this->windowMaximize();
How can I maximize the browser window in Codeception?
Hi Mark,
Please add the following snippet in the Acceptance directory:
$this->getEval("window.resizeTo(1225, 996); window.moveTo(0,200);");
or
$this->windowMaximize();