I’m a beginner user of Studio X and I’m finding it challenging to click the topmost ‘tr’ in a table. I’m aiming to download data in Excel format, and every time a file is generated, it always ends up at the very first row, as shown in the attached image.
I’d like to download the file created at the top when the program runs, not the row I had previously clicked during activity setup.
Although the HTML is in a table format, it seems like the index value isn’t fixed for the topmost index.
In this case, I’d like to know how to unconditionally specify the very first ‘tr’ at the top.
I feel like a bit more explanation might be necessary, so I’m attaching an image.
When selecting the download button in the UI path, it was chosen with the ID = download_status_1805.
However, the sequence I desire is this:
Upon executing the process, it should create a new file in STEP 1 and download the tr (ID = download_status_1806) in STEP 2.
However, during process configuration, the specified ID = download_status_1805 is being selected and downloaded instead.
I would be truly grateful if you could provide a solution