In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?
only one element where you want to click
1 Like
As @Surya_Narayana_Korivipadu said the button can be identified easily by either id or aaname but if you want to click the button with 100% accuracy follow below suggestions,
For the element (like button) to be clicked it is best if you have these elements in the selectors,
- App name (Which application you are automating) (whethere IE or SAP or Chrome)
- Title (which window contains the button to be clicked) because if the same button id or name is present in multiple opened windows it will click the first identified button.
- Any container for the button (this is not mandatory though).
- Button id or aaname (for identifying the button)
Thanks
1 Like
very very much thanks
1 Like
@_LEE_YONG-KOO If your issue is resolved please mark it as solution so it will help others when they search.
Thanks
yes… thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.