I have retailers list (very long list) in the website. I want to work with one retailer at a time. There is a hyperlink corresponding to the retailer that I need to click on to place order. I am using check App state and then get attribute and then click activities. It does not seem that works. Can anyone chime in? Thanks!
@Anil_G thanks for the swift response.
What I want to do is clicking on the hyperlink that is corresponding to the specific retailer I am working on. After clicking the hyperlink there is a form that needs to be filled in there for the order placement. Here is my workflow, that seems is not working.
I see some issue with this…first get attribute is used to get a attribute from the selector…But I see you are assigning a name there…it should ideally be like ineertext,tablerow etc…
and I am not sure what you are trying in get attribute
Ideally you should be using the name you want to search in the innertext field of selctor used in get attribute…and if its a table then get tablerow in the get attribute and use that in the next click activity …as the tablerow will be same for all row elements in single row…only change would be on the tablecol…
Please open in ui explorer and try checking the centre top and the right top menu…those will provide more proper details and can get a better selector
@Anil_G I see what you are saying.
I tried multiple attempts and did not click on the specific Item I wanted to be clicked. It does not move to the next page and click on the retailers hyperlink.
Here is the screenshot.
Remove the third line…in the fourth select tag…innertext…tablerow and tablecol…then try checking if it isentified…if there are no multiple tables you can remove second line also…and in innertext variablize the name part alone…and i see some extra text in innertext is it having more data ?
And i see tablerow as 245 …are there so many rows?
@Anil_G
and i see some extra text in innertext is it having more data ? Just need the retailer name
And i see tablerow as 245 …are there so many rows? yes, there as many as 300 retailer but I want only one for now.
Asked you to select the tag …tabelcol as wel…tablerow you can leave that will be there while clicking and for get attribute have tablecol but not row
@Anil_G Thank you so much for your time. I tried multiple options and does not seem opening the hyperlink I wanted to be opened. Can you show with arrows the potential selectors you’d suggest me from this screenshot? Let me know which one to select which one to get rid off.
I am hoping the work flow is okay. I tried your suggestions and it does not seem working. Also, I added wild card (*) in place of innertext value, again did not make any change. Could there be any other options? Thanks!