How to dynamically generate a Get Element activity

Hi All,

Greetings!

I need to check if an xpath is valid, and there is that part in xpath that’s dynamically changing. How do I dynamically generate a Get Element activity with that specific xpath? Also, if that xpath is valid, I have to let OpenRPA click that HTML element.

This scenario is totally different from the usual where we know exactly the element, by supplying xpath.

Basically this came from the scenario where I have to search from a dynamic tabular HTML a specific value, once found, I have to click the row to highlight.

Hope someone can help.

Massive thanks,
Dante

Seems this is about dynamic selector :blush::+1:

You can “inject” workflow variables into the selector using {{myvar}}

1 Like

Massive thanks Allan :pray::+1: … it worked :blush::clap:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.