Hi All
I feel like this should be an easy one to answer…
I am trying to:
- obtain a selector as a string,
- clean it up and,
- save it as a variable for use later in my workflow.
I can handle the clean up and save it as a variable, just unsure how to get the selector as a string.
I am trying to grab the “name” selector in my example. The application in this instance is MS Word.
The selector will look like this:
<uia cls=‘NetUIStickyButton’ name=‘John.Smith@gmail.com is signed in’ />
I want to extract: “John.Smith@gmail.com is signed in”
Any help is appreciated
Cheers
Steve