Get the title of page in RPA
Hi All,
I want to get the title of the Web Page.
Lets say I have web Page 'A' when I click the button of web page 'A' it navigate to page 'B'. The title of web page ' B' is dynamic and I want that title to create a rule and identify the element on that page.
Can anybody help me out?
Thanks in advance
The title can be retrieved in an automation from the page. It has a property called Title that you can use. The mention of wanting this to create a rule is confusing though, because you wouldn't create a match rule at runtime. If you are trying to use the title in a match rule, but it is dynamic, then you can use RegEx to match it, or you can use parts of the title. If it is truly dynamic (i.e. the text is just the customer's name for example), then Title is probably not a good match rule to use.