Question
RPA/RDA Practitioner
US
Last activity: 8 Feb 2019 0:51 EST
Is it possible to dynamically change a match rule.
Is it possible to dynamically change a web match rule.
Example: A web page provides a list of links where the Text TITLE and URL change dynamically. The goal is to click on a link/URL matching the TITLE of a changing value.
I realize we can change the property UseKeys = True, use GetClones, and loop through all the links, but am asking if we can instead change/update the text or innerhtml or attribute match rule value.