I’m working on a project where I need to capture data from a website and record it into an Excel sheet. Specifically, I want to track the communication status of an identifier (e.g., T0002) and update an Excel file with “NG” if the status indicates an issue or “OK” if the status is positive.
I’m having trouble determining the correct anchor and target elements on the webpage to capture the communication status. Here’s what I need help with:
How should I identify the anchor and target elements for the communication status on the webpage? What are the best practices for extracting specific data when there are many IDs?
I’ve attached a screenshot for reference, which might help in understanding the layout of the data I’m dealing with.
Thank you for your help. I successfully completed the task, but I encountered an error saying: “The automation execution failed due to a browser dialog obstructing the UI element.”
I have many IDs, and I want the automation to pick T0002 from Excel. After that, I need to check the communication status to determine whether it is OK or NG, and then paste the result into the Excel sheet. I just want to know how UiPath will understand that I need the communication status.
I am using Get Text activity can I use T0002 as the target? If so, which activity should I use?
This means the UI element is overlapped by some popup or another Ui Element. Check if it is the case.
Regarding get text, you will have to make the selector dynamic to adopt other codes from the excel. So replace the T0000xxx from selector with a variable which will contain these codes.