02 March 2020
tags: javascript e2e protractor selenium

In a previous post, I mentioned that I have decided to work with protractor, selenium, and webdriver (though webdriver/protractor API are abstracted via OOP).

When porting our e2e tests, we noticed the need to move the cursor to a specific position on the viewport, and observe the UI change. It just so happens that selenium v1 and v2 had very different API of moving mouse.