Tagged Questions
2
votes
4answers
3k views
WebDriver API: 'Failed to send keys because cannot focus element' — better workaround than using Firefox instead of Chrome?
There's a bug in the chromedriver.exe Chrome driver for Selenium's WebDriver API. You can't use send_keys for certain types of inputs, like for the jQuery plugin "EZPZ Hint". It works okay on simple ...