Question
CR England
US
Last activity: 11 Apr 2019 11:34 EDT
Refreshing Internet Explorer
I am using Visual Studio with Pega Robotics plug in, so it is very difficult to interrogate things like the refresh button in Internet Explorer. Is there a method built in or some other way to refresh Internet Explorer without interrogating the refresh button? I also want to avoid doing things like stopping and starting the web adapter.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Infosys
IN
Try with send keys.
-
Shane Soderstrom
CR England
US
I'm having some trouble getting Internet Explorer to respond to the send keys method. Do you have an example or another option?
Accenture
DE
You can use execute javascript and write code to refresh the window on the web page control.
CR England
US
I've never used JavaScript with Openspan, do you have an example of this handy?
Pegasystems Inc.
US
Here is a decent example: https://collaborate.pega.com/question/excutescriptinvoke-script
-
Marc Alderman Venkata Basava Vemulapalli
Infosys
IN
I am able to interrogate the refresh button using IE 11 and pega robotics 8.0.1087 version.
What is the problem while interrogating?
CR England
US
I've been able to do that on past projects, but with this project I'm using Robotics Studio Plugin. It's either the plugin, the companies VPN, the 4k laptop or some combination of the three that makes it impossible for me to interrogate IE's refresh button.
Pegasystems Inc.
US
I don't think any of those should stop you from interrogating that button. Maybe the Bulls-Eye is not able to locate it for whatever reason (maybe screen magnification?). Have you checked the Windows tab on the adapter (with interrogation open)? If the control exists, it'll show there. Also verified PerformClick() worked for that too.