Previous versions of browser extensions

Review the version history of browser extensions from past releases.

3.1.0.0

Extension name Fixes
Google Chrome
  • You can run the JavaScript command and execute the JavaScript code without any issues.
  • The bot runs the actions on the captured objects of the SAP Fiori application successfully while using the Recorder package (version 2.10.2-20230104-214915). Previously, the bot encountered an error as it was unable to find the button when the search criteria did not match.

Version 3.0.9.0

Extension name Fixes
Google Chrome
  • You can perform web automation actions without any issues due to the following changes:
    • The logic to use DOMXPath sent in as a request to retrieve an element was removed. Functionality to add the Automation Anywhere dynamic attribute and retrieve the element using the ID of the dynamic attribute instead was added. Previously, if you used the custom DOMXPath with a double quotation mark while executing the click action on inline JavaScript controls, then Automation Anywhere had to enable the Debugger and inject the JavaScript to execute that action.
    • The logic to search on hasFrame and frameSrc was removed. As a result, the search for Frame information occurs within frame information object in the searched HTML element.
  • The mechanism to wait for (Content Security Policy (CSP) flag to be set to True or False is now included before Automation Anywhere attempts to inject detect framework scripts with the Debugger in pages such as Salesforce(which have a CSP policy).
  • The isvisible property in the search algorithm has been added as search criteria.
Microsoft Edge based on Chromium

Version 3.0.8.0

Extension name Fixes
Google Chrome During web automation, the web page maintains its position when the target object is already visible on the page. This improves the automation reliability when there is a fixed pane on the web page and physical actions (such as mouse click) do not work as expected.
Microsoft Edge based on Chromium

Version 3.0.7.0

Extension name Fixes
Google Chrome
  • Timeout issues no longer occur on websites that previously had high loading time because now the JavaScript with debugger is performed successfully on any page that has a CSP policy.
  • Fix provided for document.evaluate if the document.querySelector is blocked. Previously, user interaction functions on some websites were not available because the document.querySelector was blocked.
Microsoft Edge based on Chromium
  • Timeout issues no longer occur on websites that previously had high loading time because now the JavaScript with debugger is performed successfully on any page that has a CSP policy.
  • Fix provided for document.evaluate if the document.querySelector is blocked. Previously, user interaction functions on some websites were not available because the document.querySelector was blocked.

Version 3.0.6.0

Extension name Fixes
Google Chrome
  • Enhancement to add case sensitivity option for static window titles in Google Chrome and Microsoft Edge
  • Fixes to capture objects and perform selected actions in a migrated bot using Recorder in Google Chrome and Microsoft Edge
  • Fixes to run JavaScript after executing Recorder actions in a bot in Google Chrome and Microsoft Edge
  • Fixes to capture pop-up windows with Automation 360 plug-in enabled in Google Chrome and Microsoft Edge.
Microsoft Edge based on Chromium
  • In the Recorder package, you can now use the Click or Left click action on the JavaScript alert, prompt, and confirmation pop-up windows to automate web pages on Microsoft Edge browser.
  • In the package, you can now use the Click for the Link and Form tag controls that have inline scripting with using Manifest V3 extensions.

Version 3.0.5.0

Extension name Fixes
Google Chrome
  • Fixes to run JavaScript inside an iFrame in Google Chrome
  • Enhancement to exclude page load for default pages in Google Chrome and Microsoft Edge
Microsoft Edge based on Chromium