I need to perform the following actions.
Goto Flipkart.com and then wait for the search text bar to appear. Once the search bar appears then type in a product name.
My reqirement is I dont want to give a blind delay. I just want to just explicit condition like once the search text box appears then It should immediately type in.
I have done data scraping for a website called flipkart.com and I have given pattern for scraping product name, price and ratings. Scraping is done smoorthly for all the pages it has and is saved into a csv. It takes more than 10 seconds generate the csv and to return to UIpath studio.
Ok the reason, it takes some time is that you may have scraped multiple pages to extract all the data from the website. Correct me if i am wrong.
So post processing it all it will generate your dt and then you csv.
Im not sure if you can reduce that time some how. Its the processing time for your automation.