Search code examples
blueprismrpa

Spy on values in IE dynamically


This is my collection of values that i read from the webpage using get table action.

I need to click on the webpage based on these values. The values will change as well as the number of values.

How do i spy it such as the it will read ABC and go to the webpage and spy the values with ABC.

I am using Internet Explorer.

| Values|  
----------
| ABC   |  
| CDE   |  
| ACD   | 

Solution

  • When you spy the element on the page you should have three Blue Prism Application Model 'matches' checked:

    ID - Equals - {ID of Element}
    Class - Equals - {Class pf Element}
    Value - Dynamic - {Empty}

    Then when you grab your table data and put it in a Collection you can dynamically pass in the specific 'Value' to the Action you're calling the Application Model element in.