hi,
I’m currently making a process of which to extract certain datas on website thru internet explorer. part of the process is to type into the second window. robot cant detect the pop up window and type into the original window instead. any help.
thank you very much.
Hey!
Will suggest you to kill the Internet Explorer before starting the process…
If 2 windows appear at a time the selectors will validate in both the windows…
There will be a confusion to robots which window to interact…
Use Kill process beginning of the process
Mention Internet Explorer as a process
Regards,
NaNi
hi,
thank you for this. but is there any other way how to do it aside using kill process?
Hey!
Try with close window
In the last…
Regards,
NaNi
You need to handle the second window as well.
you can use “Attach Window” activity to handle the second window and do the further necessary steps of the second window.
under what package name can i download the attach window activity? thanks
Try reinstalling Uipath.
i’ve try usung attach window, but still it didnt work.
instead of “type into” the new window, it typed on the prior window.
Hey!
You’re in Modern Design Experience…
If you wants to see the classic activities try this:
Regards,
NaNi
thanks for this
Hey!
Use Navigate to instead of using the open browser…
Pass the Second window URL…
Regards,
NaNi
the 2nd window is from the 1st window. need to type into the 2nd window to go back to the 1st window.