Sets the timeouts to apply to the webdriver session
array{script?: int, implicit?: int, page?: int} $timeouts times are in milliseconds:
void
DriverException
public function setTimeouts(array $timeouts) { $this->timeouts = $timeouts; if ($this->isStarted()) { $this->applyTimeouts(); } }