This is my first project with UI.Vision and I cannot figure out which command to use to check if a button with a certain id exists on a page and, if so, extract its label and link.
I presume the storeAttribute command should be used to put the actual label and link into variables. But I cannot figure out the syntax of the command. The information at https://ui.vision/rpa/docs/selenium-ide/storeattribute is not comprehensible to me. Using the Find button is of no use, as it finds the button by the label, not by the id.
I could not find an example among the demo code to show how to do this.
Here is the relevant html:
<a id="my_button" class="button" href="/some_page/">Yes! Show me how</a>