Vote count:
0
I have a problem running selenium tests with phantomjs. I am aware that phantomjs doesn't support flash. I am running dual tests with chromedriver without flash enabled and phantom. on a page that chromedriver displays no flash plugin enabled, it just loads the rest of the page and reads it correctly. The phantom tests crash on
WebDriverWait wait = new WebDriverWait(driver, 10);
wait.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//span[contains(text(),'"+s +"')]")));
any ideas?
asked 1 min ago
phantomjs can't load page if there is a flash plugin
Aucun commentaire:
Enregistrer un commentaire