DataScraping

Team,

I have started working on data scraping, i have configured my data scraping bu the issue is, i have to have the url opened in the chrome browser, if it is not opened its throwing an error stating “Cannot find the UI element corresponding to this selector”.

If i have the chrome browser opened with the url which i am scrapping its going through with out any issues.
Can you help out.

@basky The error is simple when you think of it the Ui element from where the data scraping needs to take place is not available so it producing the error that i cannot find the Ui element.

Use Open Browser activity first with the url and do your actions on it.

1 Like

@basky This is pure selectors issue is it possible to share url so I can help you on this

Thanks Bala, your suggestion helped and worked out

Thanks Raguvarthan for your support, Suggestion given by Bala helped out.

Thanks Indra for your support, Suggestion given by Bala helped out.