I made RPA to do work in IE browser. Once I click one button “Open Task”, there is new tab showing, then I want to click “Save” button there. However, the problem is the screen always switch back to the 1st tab, as a result robot cannot find button “save” to continue its work.
Please help me how can I contine my task working with new tab.
Use attach window/attach browser indicating if its a window indictating the newly opened opened tab and inside the do container perform the click save activity!
For studiox we don’t have option to switch to classic activities like attach window.
For your issue could you pls use check app state and indicate your save button element and use Wait for → Element to appear and under target appears sections use your click save activity.
and select the seconds as per your requirement like how much we should wait for that element.
Please try the above steps and let us know thanks.
I’ve tried to follow your instruction, the screen was not switched back. It can stay. However, robot didn’t click the “save” button. It stop the process after waiting for a while.
Can you advise what I did wrong.?
Hi,
I am facing a similar problem. My browser is opening a new window and I want to work in the new window, but studio x jumps back to the old one (because it is in the application/browser activity). It is not possible for me to add an additional application browser with the new url. (i would have to login again)
BR