In PHPUnit, how do I set the window size using Chrome options?

How can I set the window size using Chrome options?

Hello Tim,

You have to use the following code snippet to set the window size using Chrome options:

$this->open(""/"");
$this->getEval(""window.resizeTo(1225, 996); window.moveTo(0,200);"");