Handling Popups - "message from webpage"

mitesh

New Member
Hello All,

I have this issue of handling a popup box while trying to automate a web page using BP.

the web page --> http://ecommerce.intelliscient.co.za/create_account.php where one can enter the personal details to register on this site

when I click on the "continue" button without entering any values, I get a popup message and I am unable to identify using any of the spying mode.

I get the following error

"There was an error during the spying operation."

Below are the detailed steps

Step 1 - open the web page

View attachment 1537871684838.png

Step 2: Click on Continue button and a popup message appears
View attachment 1537871741402.png

Step 3 - When I try to identify using the "accessibility mode" I get any error
"There was an error during the spying operation."

Error Detail

System.ApplicationException: The window spied was not found in the model
at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers)
at Automate.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)
 

suraj

New Member
Hi,
Follow the sequence
1) launch the web via navigation stage
2) Click on continue button via navigation stage.(After this you'll get the pop-up)
3) Detach the webpage via navigation stage
4) Again Attach the web page via navigation stage BUT in window title give "Message*"(input section of navigate stage)
5) Now try AA mode to spy the pop-up, you'll be able to do so. :)
let me know if it worked.
 
Top