Remote agent v.2.2.0 updates
- Updated: 2023/03/29
A new version of the Remote agent is released with Automation 360 v.28. This section includes the fixes for Remote agent version 2.2.0.
Fixes
Improved automation reliability for web
applications
When you use the action to automate web pages running
on Google Chrome and Microsoft Edge browsers, the
action no longer scrolls down the web
page if the target object is visible on the screen. This feature
improves the user experience and reliability of automation when there
is a fixed top pane on the web page and if some physical actions such
as mouse clicks do not work as expected.
Note: Ensure
that you install the browser extension (version 3.0.8.0) and use
the Recorder
package (version 2.10.2) to capture
the control.
|
When you use the Recorder
package (version 2.10.2 or later) to
capture a control on a web page, select Currently active window from the Application tab and then run the bot in a loop, the bot now captures the target control accurately and runs
through all the loop iterations successfully even if the control appears
behind the bot runtime window. Service Cloud case ID: 01904537 |
When you use multiple Recorder
actions in a bot to automate a specific web page running in Microsoft Edge with IE mode, and then run
the bot, the second Recorder
action now works properly, and the bot no longer encounters an error. Service Cloud case ID: 01848824, 01868337 |
When you use the Click
action in the Recorder to automate applications running on Microsoft Edge with IE mode, the bots now time out automatically and no
longer freeze when a pop-up appears during bot execution. Service Cloud case ID: 01790352 |
When you use the Capture action with the Recorder package (version 2.9.x or earlier) to navigate to another web page in the Google Chrome browser (version 105.0 or later), and then use another Capture action to automate objects in the navigated web page, the bot no longer encounters an error. |