Open mastermindg opened 10 years ago
When using sendKeys with the current Selenium build I'm getting exceptions:
Deprecated Warning:Use PHPWebDriver_WebDriverKeys('KeyName')\n
It works (key is pressed in browser) but the warning shows up in results.
You need to use something like this: $key = new PHPWebDriver_WebDriverKeys('EnterKey'); $element->sendKeys($key->key);
When using sendKeys with the current Selenium build I'm getting exceptions:
Deprecated Warning:Use PHPWebDriver_WebDriverKeys('KeyName')\n
It works (key is pressed in browser) but the warning shows up in results.