Recording Mouse Hover action

I found a work around for this.

I have followed the below video and created a test object manually by specifying the xpath of the link which I want the mover over action for and then added this object to my script and it worked (note for me drag and drop is not working so I typed the actiones manually.

Sample: WebUI.mouseOver(findTestObject(’[folder of the test object]/[newly created folder with the xpath]’))

Thanks!

1 Like