Hi, i want extract info from a travels web page but I don’t know if there is any other way to do it other than following the sequence: open browser-> ui selector-> type Into … etc.
How else could it be done if I don’t have the url of the request to the website server? and later make a web scrapping
Do agree with @lakshman’s point. You have to give a url for the bot. If the url is different from time to time, then you need to find a way to store all the needed URLs in a file or in a orchestrator queue zoom that bot will iterate through them one by one and get the data scraped. So the set of activities and the sequence you mentioned that is the way to go…
If you are looping through a set of URLs
Open browser
For each url
Attach browser
Navigate to url
Scrape the data
End of for each