I have a list of customers in the website. I am able to do data scapping and filter the customer I needed. However, I have to go back and write Puchase Order number and place order to each of the 3 companies. Can any one help on how to proceed with this? Thanks a lot
My next question is how can I do the iteration for all the three customer. Meaning how to come back to the second customer after processing the first customer?
@fernando_zuluaga yes the UI works.
I am interested into both your option and @Anil_G option.
If I have to follow your (@fernando_zuluaga) option, what is the next step after being able to get the 3 customers from the list?
Meaning, how can I go back and process for each customer? How can I use the data of 3 customers and proceed with the iteration. Please let me know if you need more clarification. Thanks
That is the reason we are having a loop on the customers names… the first loop is for each customer…and inside that you would loop for checking each page…
So basically if you have build the code for one customer…then keep that code inside the loop again and this loop will be the one which will change the customer name
In my process I have to go back place order for each of the three customers. Under each three we have PO pasting clicking on the continue and choosing the shipping destination. Under one customer there are a lot of activities carried out. Please let me know if you need screen shot for more info. Thanks!
For loop on customer list will be the first loop after open browser…
Then inside that we use element exists to find the customer name and then use get attribute to get the table row of the found customer…which can later be used to perform click on order form
Please change the order thsie way
Open browser
For loop on customer list
For loop for checking each page
Inside the loop elemnet exists…
If trye…on true side of if use get attribute with customer name as innertext and get table row property
First you will use a get attribute activity with a selector containing the innertext of the customer name you want to search…and in get attribute you will get the tablerow property…this is where you get the tablerow…which will be same value for all the elements in that row…
So as the next activity you can have a click activity on a different table col …you can change the table col value also use order form innertext and then use the table row property obtained in yhe previous step to click on the corresponding rows table row where the customer name is present
I see the following and there is not table row property I can see.
I feel like I have missed some steps or did not get it correctly. Please see this screenshot.
When you say {{Yourvariable}} I assume you;re referring to the variable that passes the customer name which is under save to in the get attribute, right? When I do the selector validation. it does not seem working