In automatic selenium switchover, test case execution is possible

I am new to selenium. I want to know how the movement of the mouse arrow can be shown to the user. I want to say that we automate some things. I want to know how we can force the movement of the mouse arrow to a user who sees automation in selenium. Is it possible?

Can we clearly show what is being pressed, I mean which button is pressed by the mouse.

I hope I understand.

+2
source share
1 answer

There is an add-in in which the items that are clicked are highlighted. You may find that 1

https://addons.mozilla.org/en-US/firefox/search/?q=element+highlighter+selenium+IDE&appver=11.0&platform=windows..

, .

+5

Source: https://habr.com/ru/post/1685715/


All Articles