We click on “select” and click our desired element to get its selector. But when we need to select an item from combo box or drop down list, it cause an issue.
Is there any hack or delay option like UiPath’s explorer to add a delay while we manually open our drop down list and then select element?
for example below combo box from a desktop app
Upon first click it would fetch the selector of this button but then I need another selector from options.
Assign activity is not working in this scenario.
I have found a workaround and was able to get its selector. Just curious if there is a method to add delay. like in UiPath we can press f2
I did in steps:
1: Click Open selector
2: Select a parent or child element or any element near your desired element
3: Click on sync tree
4: Selector for all available elements will appear in left pane, find your desired element
Yes it will not work for all cases if the element get disappears if it is not active(many elements disappears if we click somewhere else on widow except element it self)