How can I maximize browser window in Php-Laravel?
Hi Tim,
You can add the following snippet to in your DuskTestCase file:
$this->getEval("window.resizeTo(1225, 996); window.moveTo(0,200);");
or
$this->windowMaximize();
How can I maximize browser window in Php-Laravel?
Hi Tim,
You can add the following snippet to in your DuskTestCase file:
$this->getEval("window.resizeTo(1225, 996); window.moveTo(0,200);");
or
$this->windowMaximize();