Web Link Selection

Morning All

I have a bot that reads from a csv a list of names, I then need the bot to select on a webpage the relevant name
image

So I though I would use a click type and edit the selector as below
image

Any help appreciated

Hi @Jersey_Practical_Sho, you need to concatenate the selector with your variable, like you would do with any other strings. Like this:

"<webctrl aaname='"+Rows("name").ToString+"' tag='A' />"

First you must assign whole selector to variable and then place this variable to selector place.
there is no other way at this moment

Yes you can use this but if you are using dynamic selector you should not open the Edit Selector window you would have to paste you selector directly into the textbox given for selector in Target properties