How to find children of a hover event

Hi
Dose anyone know how to find children of a hover event? One scenario is the “departments” of amazon.com

@windell, what is the use case?
If you are looking for only specific item from departments, you can use ui explorer to identify the selector.

Regards,
Balram.

Hi @balramrv
Thanks for the quick reply, I wish to get all possible options under departments and the same for all sub-classes, then I want to push them in an excel.

Hello @Windell, I think you can use Find Children Activity on this.

SAMPLE: It depends on the site completely, but for the idea, here is a sample:
GetChildren.xaml (8.3 KB)

Screenshots:

Cheers.

Hi @whyyouandi
The result seems not right :joy:
" Desktop execution started

Desktop execution ended in: 00:00:01"

Whoops. It’s working on my PC :open_mouth:
It gave be
Sub-menu01
Sub-menu02
Sub-menu03

Would you kindly try removing the idx from the selector of Find Children?