Hover event

How to capture two hover events consecutively?

how about “Parallel” activity

Can you show how to use parallel activity in two consecutive hover events?

can you give me the scenario where you trying to do it.

open amazon.com, the department element is a hover event and its sub elements are also hover events. After hovering on the sub element, we have to click our choice.

sure. but right now i’m in office and most of the sites blocked(including amazon too) so please expect the delay in response .:pray:

Hi,
I have more questions, can you please answer this one right now?

Hi,
Yesterday i tried your scenario its working fine but i dont see why you need hover there.
if you need to click on certain element on that you use Get ancestor/Find children then use foreach to iterate through all uielement. Inside loop use get attribute to click on the item.
like this one.