stuart / elixir-webdriver

WebDriver client for Elixir.
MIT License
120 stars 32 forks source link

Mouse Events #4

Closed stuart closed 10 years ago

stuart commented 11 years ago

Implement all the mouse events. Create a Mouse module with calls to the wire protocol to do this.

stuart commented 10 years ago

Added mouse events. They work in PhantomJS but not in FireFox. Getting odd JS errors in FF.

stuart commented 10 years ago

Fixed Firefox