Answer the question
In order to leave comments, you need to log in
Why are some commands not working in Selenium WebDriver?
Faced such a problem, some commands in selenium webdriver on php do not work. I do everything by examples:
$webdriver->connect("firefox"); //работает
$webdriver->get("http://google.com/"); //работает
$webDriver->findElement(WebDriverBy::id('signIn')); //не работает
$webDriver->sendKeys('php-webdriver'); //не работает
Answer the question
In order to leave comments, you need to log in
Well, there is no element on google.com with id signIn .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question