Unable to open other browser window

Hi everyone, i ran to an error where i try change my email filter to a different data received , then the data scrapping activities is not able to open other windows although under the edit selector , i change the title to “*mht” , at first it validated(green) but after i ran it , there an error and the validation become red.
how do i solve this issue ?

image

hi @xiangyun.koh

welcome to UiPath community!!!

instead attach browser please use attach window activity .

image
also you can add delay before loading the page

Hope it helps!!!

Hi @xiangyun.koh ,

I could see you are using a attach browser activity in your flow, Please check the following items,

  1. The Browser used is MS Edge (Could See Activity is configured to interact with MS EDGE From the error message)
  2. The Page to be interacted with is completely loaded,use an Element or Image exists and configure it to indicate an element or image that appears when the page is loaded.
  3. Combine step 2 and a delay till the page is loaded.

or

Try and use modern activities like Use Application instead of Attach Browser.

Also , you can try to get the Output from Open Browser activity and pass as an input to the Attach browser activity.

Try and let me know if you need further help.

Thanks,
Gautham.

hi how to do i do this step “,use an Element or Image exists and configure it to indicate an element or image that appears when the page is loaded.” in step 2 ?

Hi @xiangyun.koh ,

Use a do while loop , put the delay activity in and image/element exists activity in the do part.

Both image or element exists activity returns boolean value as output if its able to find the indicated element or image it returns true elee false.

Use the output variable in the while condition when it becomes true it will exit the loop.

Attaching the official documentation of both element exists and images exists activity for your reference.

Thanks,
Gautham.