Hi Team,
I want to find out “Order Online” buttons from any/random website & need to click on it. after clicking on Order Online button it should redirect to other respective site. [Find Oder Online button at bottom of this Url ]
(https://ziospizzeria.com/)
Hi Kismet,
Thanks for your response,
Click activity will work for only 1-store(website url). but here I have around 1-millions of same type of website url need to pass.
pls let me know how to deal with this situations.
In the web page difficult to work. Every page selector can be change, Firstl learn is it same selector. If not. You can try click image. Or custumize your selector
Note:- we need to identify , then need to click on it, then it should redirect to respective page.
ex:-order online/order here or (order related to any kind of button… )
This scenario is not able to rpa. Because every page selectors and system different.
Also usually selektors can be change. You can but it will be defucult for you.
Hi Kismet,
Thanks for update…
Pls suggest how to deal with this kind of scenario, if is there any solution. As of now I am able to Automate single url. when it comes to multi url unable to proceed.
Hi Kismet,
Yes i have checked it, but unable to understand the flow. where to pass respective website & how it will identify & click on it. if u can explain in point by point what u have build that would be give better understand.
1-The approached to build the script.
2-Logic behind the script build.
First, the desired link is opened with open borowser
Then the order selector is checked and if it is available, the click operation can be performed.
Then, the desired operations such as click, type into are performed.
You can do these with sequence.
Hi Kismet,
Thanks for your explanation,
But I am unable to proceed with XML build. it is verry complex in nature . pls let me know if is there any other process or approached to deal with.
Team pls suggest if any