I'm developing a system (with AngularJS) that has a feature that is invoked by double clicking in a place on a web page and then I get the coordinates of the mouse and do what I want.
I'm trying to do e2e testing using protractor and I can't find any information on how to simulate the double click and get the location back.
Does anyone have an idea about this?
Thanks!