let’s say I have a chrome window title RPA Challenge - 101
and if process each item it will be changing like RPA Challenge 102 , RPA Challenge - 103 and etc.
Could you please help, how can i make the title is dynamic. so the automation should not fail. I don’t see some specific option where it’s showing me the captured title…
Open selector and replace dynamic part of the the selector with * if you are not sure how many letters or digit there could be dynamic. Use ? to replace 1 character specifically.