-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
I'm and testing a complex application where I need to send_keys to simulate shortcuts user behaviour.
With selenium-webdriver we can do page.driver.browser.action.send_keys([..]).perform and it just works. Cuprite has a similar API?
The only thing we were able to do is page.evaluate_script('document.activeElement').send_keys(keys) but evaluate_script is taking a lot to return (maybe I should open an issue about that also, because is around 0.5~1sec).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels