sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
822 stars 105 forks source link

Is it possible to simulate keypress or keyup event? #181

Closed east2dd closed 5 years ago

east2dd commented 5 years ago

Thanks for this good lib.

But, I want to simulate key press event like "up", "down", "ctrl" and other keys for my app. Is it possible? then how?

east2dd commented 5 years ago

session's "MoveTo" function is very useful for mouse movement simulation, but what about keyboard event?