Wednesday
Web application sometimes will open a new tab, blue prism will fail to identify elements in this new tab. This issue looks occurring in edge V142. My workaround is to copy existing web element and change properties. Any suggestions could advise me? We are not allowed to downgrade edge.
error message as:
There was an error during the spying operation.
System.InvalidOperationException: One or more errors occurred.
at BluePrism.AMI.clsAMI.Spy(Boolean includeAiSurfaceAutomation, Boolean includeAutoSpyMode, Boolean includeAutomaticAttributeSelection, Boolean allowSpyMultiple, Dictionary`2 customAttributes)
at AutomateUI.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)
Thursday
You may need to attach to the new tab as a new instance of edge. Check the html to see if there is a reference for the new window that you can attach to, obviously if the tab has identifiable information that changes because of the page you were previously working on you may need to put that in as an input for the window title.
yesterday
if Edge is launching with multiple tabs probably you can check with the IT team disabled that feature and from Blueprism side, when its launched , you can attach to the browser with Window title and activate it , by this you can easily access the elements