Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I'm trying to identify an element, using "Wildcard" as match type. Say, you click on an element, like a box, on a web page. You'd want that box to contain the word city. In that case, within application modeler, you'd to this: *city*

This works fine. Now, what I want is to keep city as a variable, to make it more scalable. As an example, I'd create a data item named [city], and give it the value "Istanbul". So, when I do the same Wildcard match, with something like this: [city]

, so I'd want Blue Prism to replace [city] with "Istanbul", and do a search that contains a box with Istanbul in it. Is this possible?

1 Answer

0 votes
by (9.5k points)
edited by

I will suggest you to try with dynamic match

enter image description here

  1.  Spy the element
  2. Edit the parameters 
  3.  Use the wild card match method with some string concatenation.

enter image description here

Related questions

Browse Categories

...