Select a particular element checkbox using classic click

Hi,

I need assistance with an automation task in UiPath. Here’s what I’m trying to accomplish:

  1. I have an Excel file with a column named “Number”. I need to search for a specific bill number from this column within a “Document No.” column displayed in a web browser.
  2. After locating the Number in the web browser, I need to untick the associated checkbox.

I’m encountering some challenges with the user interface interactions. Could you help me with the following:

  • How to effectively search for and match the bill number from the Excel file in the web browser.
  • Best practices for locating and interacting with the checkbox to untick it.

Thanks

Hi @Yoichi ,

I’m trying to automate something similar to this:

But I’m working with a pop-up browser that doesn’t support the application click method; it only supports classic click.

How can I achieve this?

Thanks!