Java PopUp Window does not return the control back
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-08-22 02:57 PM
I am trying to do automation for a Java Application. The application has a parent window, which has a button that on clicked opens up a new pop-up window. The automation runs till the click of the button but It waits forever until the popup window is closed. So I cannot proceed to the next stage where I interact with the popup window.
Is there any way that I can stop blueprism waiting for the popup to close and I can continue automating the pop up window by attaching it separately?
------------------------------
Sunil K A
------------------------------
Is there any way that I can stop blueprism waiting for the popup to close and I can continue automating the pop up window by attaching it separately?
------------------------------
Sunil K A
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-08-22 04:44 PM
You can try Global Mouse Click/Global Mouse Click Center or Send Keys to perform the click action if feasible. That might not cause blueprism to wait for the popup to close. This will have to be tested for your application if it works properly.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-08-22 08:32 AM
This did not work. Any other approaches/recommendations?
Thanks in advance.
------------------------------
Sunil K A
------------------------------
Thanks in advance.
------------------------------
Sunil K A
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-08-22 09:21 AM
Hi Sunil
Have you tried using a focus on the button then, instead of a mouse click, trying using a global send keys event to press enter. {ENTER} this might work better than a mouse click, if that doesnt work try re-spying the element with a different spy type. Can you tell us what application you are using? I've seen this before in SAP and the pop up window is preventing the response back to blue prism that the press action is complete.
------------------------------
Michael ONeil
Technical Lead developer
NTTData
Europe/London
------------------------------
Have you tried using a focus on the button then, instead of a mouse click, trying using a global send keys event to press enter. {ENTER} this might work better than a mouse click, if that doesnt work try re-spying the element with a different spy type. Can you tell us what application you are using? I've seen this before in SAP and the pop up window is preventing the response back to blue prism that the press action is complete.
------------------------------
Michael ONeil
Technical Lead developer
NTTData
Europe/London
------------------------------
