Execute JS in browser.
string $script javascript:
void
public function executeScript(string $script) { $this->driver ->executeScript($script); }