Hi all,
Can you all help me to fix my error
UiPath automation keeps throwing ‘selector not found’ error. How can i fix it?
Thank you
The Selector not found error usually means UiPath can’t find the UI element at runtime.
To fix it, re-indicate the element and check the selector in UI Explorer, remove dynamic attributes, and increase the timeout or wait for the page to load. Make sure the correct window or browser tab is attached, avoid using idx.
The error you mentioned is too wide. You will have to narrow down the exact activity throwing this error and then fix the selector of it.
The “Selector not found” error indicates the automation could not identify the target UI element during execution. This often happens when the element is dynamic, the application state is unexpected, or the environment has differences from where the automation was developed.
Hi @Indhu_M ,
Can you please share the error?