How to handle hovering over elements on a page.
Mastering Hovering Over Elements: Two Solutions for Success.
In situations where you have an element that has to be hovered over before it changes to whatever you need, there are 2 solutions.
- if you can click it during your automation without it affecting your automation then do that then you can convert it to a hover step. By default TaskMagic tries not to record hover events as in 99% of circumstances hovering over the element changes nothing therefore it would be an additional point of failure causing more harm to the automation
2. if option one does not work for you then refer to this article on how to find a selector then use that selector to add a custom step ‘hover’
Did this answer your question?
😞
😐
🤩