action - Selenium: Mouse cursor (pointer) not changing its position -


i have move mouse cursor (pointer) specific element , have click on element. have written below code not helping. although can see cursor type (image) changing not changing position.

please help. below code:

utilities.waitfor(2000);             objactions.movetoelement(questionlist.get(i)).build().perform(); utilities.waitfor(500); objactions.click().perform(); utilities.waitfor(500); 

following worked:

utilities.waitfor(2000);             objactions.movetoelement(questionlist.get(i)).build().perform(); utilities.waitfor(500); objactions.click().build().perform(); utilities.waitfor(500); 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -