Can the robot read multiple lines in a website and choose the right one?

Hi!

I need my automation to read 1 or more lines in my website to see which one is the right one comparing to my excel file and when it finds the right one it can click on the button.

Is there a way to do it?

Hi @beatorres2

Yes, there is a way to do it.

Hi @beatorres2,

Yes, there’s a way to do it.

If the lines in your website are in a tabular form, you can use Table Extraction.

Or if it’s in a single field separately, try to Use Get Text then either put them in an array or loop on your Excel and check if the values are there (optionally, you can also use Lookup DataTable).

1 Like

Hello @beatorres2

it would be better if you can share a screenshot of your application and the label that you are trying to click.

You can use Click Text also to achieve this.

Thanks