I am working on a bot which scrapes a data table from a website. Sometimes this table has useful items in it which are required, but if there are no items then the value of ‘None selected’ appears there before being scraped.
I would like to find a way for the bot to detect this value and skip over this section. As you can see from the arguments, the value shows as [Column-0None selected], which I think might be what it thinks the column is called.
What would I need to write as an ‘if’ activity to get it to determine this?
Hey Anil, thanks for your reply. Unfortunately, this did not work. The ‘if’ didn’t detect this and instead went down the else section. It proceeded to type the item on column-0 into the website (“None selected”) and then errored when not finding column-1.