Simon Hu

Results 1 comments of Simon Hu

you need to wait for the alert. this is what I did: ` $this->chromeClient->wait()->until(WebDriverExpectedCondition::alertIsPresent()); $this->chromeClient->getWebDriver()->switchTo()->alert()->accept(); `