i have almost completed my project at final my facing the error issue .though im using mac im doing my projects in ui path web studio could u please sort out my error
@Madhu_2007
It’s your selector issue. Make sure your selectors are dynamic to handle dynamic parts of the selector.
Hello @Madhu_2007,
It’s the selectors issue, try to make it as dynamic as possible. You can refer this video.
Regards,
Bharat
im unable to understand
Hey @Madhu_2007,
To make selectors dynamic in UiPath, you can use wildcards like *
to handle changing text (e.g., <wnd title='Invoice - *' />
), or insert variables into the selector string (e.g., "<wnd title='Invoice - " + invoiceNumber + "' />"
). For elements that move or shift, modern activities with anchors or fuzzy matching work best. Always test your selector in UI Explorer to ensure it’s reliable.
If you still not able to understand then give the activity selector will help you more precisely. Thanks
i will try it once again
Get the basics clear @Madhu_2007. Follow academy courses.