How can i select the sign out from above image
Hi @Sandhya_Gajare,
Click your targeted element using with ‘F2’ key then check in SimulateClick
Thanks,
Hello @Sandhya_Gajare
You need to use click activities to do this. But for inspection if you are facing issue, after clicking on thw inspect element in the click activity->click on f2 ( it will pause the inspection for 5s).
Within this time you can click on profile and enable the dropdown.
Elee record the actions using App/web recorder.
Thanks
To select a child element from a menu in UiPath, you can use the Select Item
activity from the UiPath.Core.Activities
package.
Here are the steps to select a child element from a menu in UiPath:
- Identify the menu element and the child element you want to select. You can use the
Find Element
activity to locate the element on the screen. - Use the
Select Item
activity to select the child element. In theSelect Item
activity’s properties, set theItem
property to the child element you want to select. - Run the process to execute the
Select Item
activity and select the child element from the menu.