Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I am using Automation Anywhere version 10.5, I use a particular IE window named "ABC Viewer" and do certain object cloning operations on the page, while keeping this page open, I have a requirement to open another duplicate page and perform certain operations on that page, close the new page and come back to the original page.

Sounds simple, but Automation anywhere cannot distinguish between the 2 pages when they are open as they have the same Page Title, and it only picks the first page in object cloning.

How can this issue be resolved or is it a shortcoming of AA

1 Answer

0 votes
by (29.5k points)

You can use the current window in object cloning as a workaround to get over this issue also you can try to change the window name using the browser's console, like document.title = 'ABC'.

Browse Categories

...