I have the following tag in a webpage:
<a target="PARENT" href="/bin-din/WebOb/mom.ko/6/wo/asaksdaksjd
/5.1.5.5.33.23.23">View Data Set</a>
How can I lookup this element in Rselenium? For example if my current session is saved in remDr, what should I search for:
webElem <- remDr$findElement(??)
I need to search the element using it's display link (View Data Set) since the href link changes over time. Thanks much for your help