Make window title dynamic

Dear Team,

How to make the window title is dynamic.

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…

@balkishan

Open the selector and you would see title as one of thw attribute you can use * in place of dynamic values

Cheers

1 Like

@balkishan,

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.

1 Like

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