15-02-24 07:53 PM
Hello BP community,
I hope you can help me because I am well and truly baffled!
I have an Attach to MS Edge action which works fine when run in Object Studio, but keeps failing to attach when the exact same action is run from Process Studio!
The Edge browser is open and ready, so it's not a problem of timing.
Has anyone ever encountered this before? What potential remedies could I try? Thank you!
16-02-24 02:38 AM
16-02-24 09:18 AM
Here is the error: ERROR: Internal : Failed to perform step 1 in Navigate Stage 'Attach' on page 'Attach' - More than one application matched the criteria
But there is only one instance of MS Edge open.
16-02-24 12:59 PM
This issue was resolved by implementing a kill Edge action prior to attach to end any ghost instances of Edge running in the background which were stopping BP from honing in on just the instance in the foreground.
16-02-24 02:01 PM
This error can occur if more than one instance of the browser is active. Are you trying to perform the attach from an already open page or after launching it? If you're attempting to attach after launching the browser, that step may be unnecessary.
If it's for a page that was already open, it's recommended to provide not only the name of the MS Edge process but also the title of the window in question. Additionally, defining the index parameter may help if necessary.