Hello guys,
I’m using Data Scraping method to get url and hours until link is expiring for each section on the webpage.
So, url and hoursUntilEnd are rows in my DataTable.
After data scraping is done, I am navigating to each link.
–What I want to achieve is to navigate to sections which are ending in 01d or more than 01d. (in more than one day).
How can I solve that?
Thanks in advance!