We have a web application (ASP.NET) that generates a pop-up every 20 minutes warning user of session timeout. Note that this pop-up is not a separate IE window - instead it is a modal popup within Internet Explorer, and hence does not show up as a separate iexplore.exe process. The user is expected to click on the "Ok" button on the modal pop-up to extend the timeout by another 20 minutes, else all data entered on the website is lost. The website was designed in such a way that even if the user or a RPA bot is entering data in the various input fields on the web page, it is still not recognized by the web server as non-idle work, and hence it still shows the pop-up every 20 minutes regardless. We cannot make a change in the web application to remove or fix this session timeout pop-up.
Given this scenario, what is the best way to interact with this persistent 20-minute modal pop-up using Blue Prism? The issue we are facing is that the process that we are automating using Blue Prism requires the bot to key in data for 200 fields on the website. And there is no intermediate Save or server postback designed in this website to trick the website into believing that the bot is active. Hence, every 20 minutes, we get this modal pop-up, no matter what the bot is doing. We are unable to come up with a solution or strategy to deal with such modal pop-ups in IE. Has anyone faced this issue before? Any suggestions on how best to deal with this situation would be very helpful.
Thanks a lot