Hi,
I am attempting to iterate through rows in a data table that stores the names of Clients. These client names appear on a web page as clickable links.
I am trying to insert the Client Name variable into a selector like below:
Although once my process navigates to the webpage I just get an error message saying that the selector could not be found, even though my variable has stored the correct string.
The web-page is live and always changes so the Client Name links aren’t always in the same spot, so I figured the selector would be able to pinpoint the variable on the web-page.
Could anyone help me with this?
Thanks