i want to click on custom field but im not sure how to make it click because it would not select the element. i used select item to click on “administer” and set the select item to “customized data and screens”. then, i wanted to hover over “customized data and screen” to select “custom field” but im not sure how to do it. are there any ideas on how to troubleshoot this issue?
Hi @Gwendolyn_Toh_JiaHui
You may first use ‘Hover’ for ‘Customize Data and Screens’. Then use ‘Click’ for ‘Custom Fields’.
When indicating ‘Customer Fields’, you may press F2 to delay.
Often using the screen recorder helps us to get the flow or at least hints on the selector, which we afterwards handcraft-edit

Hi Gwen.
You can try the ‘Find Children’ activity to retrieve the list items from the menu. This will provide you with a list of UI elements. Within these elements, locate the selector for the ‘Customize Data and Screens’ item. Then, utilize the ‘Find Children’ activity again to find the selector for ‘Custom Fields’ from this secondary list of UI elements. After that, you can attempt a single click using this selector, with the properties ‘Simulate Click’ or ‘SendWindowMessages’ set to true.
Please let me know if this works.
Best Regards,
Kardelen
