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 ?
I could see you are using a attach browser activity in your flow, Please check the following items,
The Browser used is MS Edge (Could See Activity is configured to interact with MS EDGE From the error message)
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.
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.
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 ?