I have 6 scenarios. For each scenario, I am using a common workflow which is used to validate other fields. I am facing selector issue while fetching value from screen using get text activity. The activity works well for 4 scenarios but failing for rest scenarios. The attribute selected are :
webctrl id, table Row, tag,webctrl class, table Row, tag, colname,rowname,tablecol.
Navigate to failing scenario manually, edit selector in UI Explorer for detailed editing, and select Repair and select again. It will try to fix it automatically. If this doesn’t work
try to make it dynamic.
If possible share a selector so that we can understand your query better.
Get Text fails due to selector or UI differences. Use anchor base, dynamic selectors with wildcards, avoid changing attributes like id, check element exists, and handle special cases with condition-based logic.
If helpful, mark as solution. Happy automation with UiPath