Web Automation : Unfortunately the page you are looking for has been moved or deleted

Hi Everyone,

I’m trying to iterate through web URL’s by opening each product from shopping website and fetch the price of that product in message box.
Activities I used:

  • Flowchart
    -Open Browser{Type into, Data Scraping for extracting product names,url]
    -For each row{Open Browser, Get Text, MessageBox}

Till Data Scraping it is working fine. But not opening each product url as shown below.

image

In “For each row” Open browser I have given this value to open each URL:
https://www.flipkart.com/” + row(“url”).ToString

Please Correct me .

Thanks in Advance.

Hi Vaishnav, instead of “https://www.flipkart.com/” + row(“url”).ToString just use:
row(“url”).ToString

row("url’').ToString already has full url.

As you can also see in the screenshot of the browser at the top, the address bar says:

flipkart.com/**https://www.flipkart.com/

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.