In consistance selection for a button

Hi,
I have to select the below button but the uipath selection is in consistent and getting the attached error. How to resolve this problem ?attached ui explorer window for the same object.

1

@Gunasekaran_Kandasamy Remove css selector, idx, parent id, parent name from the seelctor and try once

If this not worked then try using click image activity

Hi @Gunasekaran_Kandasamy ,

Could you try by Checking with the following Approaches :

  1. Remove the whole Second Line and Check if the Selector Highlights the Required Element.

  2. Remove the css-selector and Idx attribute and Check if it gets Highlighted.

The reason the aaname attribute itself should be helpful for Selecting the Element, However, if there are many buttons with the same name, we would require to provide an additional attribute.

  1. Remove the whole Second Line and Check if the Selector Highlights the Required Element.
  2. Remove the css-selector and Idx attribute and Check if it gets Highlighted

tried this option and still getting same problem

Can you please indicate the anchor from the top? @Gunasekaran_Kandasamy

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.