I have to similar pages in PDF and both pages have same input text fields. i am attempting to use type in both pages but every time it’s overwriting on the first page.
However, it is identifying and highlighting element in the second page but overwriting in the first page.
The selectors for both pages are almost similar PFB.
Insicate the elements in ui explorer and use the center top and right top windows to find some unique attributes related to each page …like a page number or any other firld which might sifferent in the selector
Use the “Indicate Anchor” Feature: UiPath provides an “Indicate Anchor” feature that allows you to create more reliable selectors. This is useful when dealing with similar elements on different pages. It helps establish a reference point to locate other elements relative to that anchor.
Page Navigation: Ensure that you have a mechanism in place to navigate between the two PDF pages. For example, if you are using the “Type Into” activity, make sure you have the appropriate click or keyboard shortcuts to move from one page to another before filling out the fields.
Use Delay: Introduce some delay or wait time between actions, especially when interacting with different windows or pages. Sometimes, the application may take a moment to load, and the bot needs time to recognize the elements.