Click the topmost ‘tr’ in a table

Hello,

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.

@Jeeps

Ideally if you dont cha ge any …it would always click on the first only

Can you show the strict selector from selector properties please

Cheers

Open UI Explorer, indicate, click the button. Post a screenshot of the selector it gives you plus the other properties in the right hand panel.

Thank you for your response.

I’m sharing the selector property you mentioned.

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 :slight_smile:

I’ve written a response based on another user’s answer.

New users have limitations on uploading images, so unfortunately, I can’t do that.

I know it might be inconvenient, but I’d appreciate it if you could check it out.

Thank you for your help!

Show the selector that UI Explorer gives you, along with the other properties so we can see everything.

@Jeeps

Remove the 1085 and use * in plce of it…as the name is not changing and only id remove the id to make it dynamic

Cheers