Hi!
I am trying to automate a download process from a website. The client requirement indicates:
- Download a report every week. It needs to be the latest file available
- The number of the week is included in the row name
- to select the file to download, check the checkbox
This is the screen
I can’t specify row number since is not static. Every morning the company adds reports to rows above my criteria/table, hence the rownumber change by a random number.
The website from where I need to download the table is structured as a whole table, not multiple tables.
My guess is that I need to validate that the row name (cell highlighted in yellow) contains the number of the week required and then check the checkbox
Please I appreciate your help!
Thanks