Dear All,
I have a web page which is having a table where first column is list of URLs and second column are corresponding values. How can I click the URL according to the values , For eg. I want to click the url and process one by one where second column value is ‘0’ . will look like following table.
URL | VALUE |
---|---|
URL1 | 1 |
URL2 | 0 |
URL3 | 0 |
URL4 | 2 |
URL5 | 0 |
can you please let me know whether I can scrap this to a data table and dynamically select the urls.