I am trying to locate a name on a web page using a dynamic selector. The name I am looking for can be in Uppercase, Lowercase or Camel Case. Is there way to look for the name dynamically in this case in a single selector?
@Raviteja94
As far i know, there is no single activity that will do this. But you can use Pick activity and 3 Pick Branch activities to specify Uppercase, Lowercase and Camel Case strings.