php - Selenium Safari webdriver timeouts when trying to find an element -


i made script automate front-end testing selenium , worked great chrome webdriver. try test suites cases on other browsers , particularly in safari webdriver , timeouts while trying find , element.

here testing config :

"browser" => "safari", "browser_version" => "10.0", "os" => "os x", "os_version" => "sierra", "resolution" => "1024x768", 

the command timeouts :

$this->driver->wait(15, 300)>until( webdriverexpectedcondition::visibilityofelementlocated( webdriverby::id("newdivonthepagenewpage") )); 

it gives me following error message:

an element not located on page using given search parameters. (warning: server did not provide stacktrace information) command duration or timeout: 4.97 seconds 

also, url asked in get command not loaded , browser popping empty page , nothing in url bar.

can guys me ?

thanks in advance !


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -