Moving the mouse with the Transporter

I am trying to move the mouse in Protractor eventually so that I can press the Flash button at a specific position. So I cannot use the element locator as it is Flash.

I've tried just moving the mouse with the following:

browser.actions().mouseMove({x: 50, y: 50}).perform();
browser.actions().mouseMove({x: 250, y: 250}).perform();

      

And I can't see the mouse moving at all in Chrome or Firefox. I am using Protractor version 2.1.0.

How do I make the mouse engine move in Protractor?

+3
protractor


source to share


No one has answered this question yet

Check out similar questions:

fourteen
Can't launch Selenium through Protractor in Firefox after upgrading to Angular 2
3
How to structure Protractor promises
3
Conveying element not optically visible
2
Protractor: checking ui-bootstrap tooltip on IE
1
Protractor: browser.actions (). MouseMove (). Click (). Perform () doesn't work in IE 11
0
Protractor. Unable to access item due to fixed top navigation bar.
0
Protractor won't launch Firefox (Chrome only)
0
Getting error: UnsupportedOperationError: mouseMoveTo when trying to execute mouseMove () in IE via protractor
0
Protractor won't press buttons on Windows
-3
element is invisible, but present - protractor



All Articles
Loading...
X
Show
Funny
Dev
Pics