The page didn't load completely
Issue
After loading a page in a Basic robot the site is not loading completely.
Solution
This behavior is usually caused by Java Script errors. These can be seen in Browser Tracer (JavaScript tab) when tracking the page load.
Below are a few Java Script changes that could help the robot load the page correctly. These are not guaranteed to work on every page and every robot; please contact Technical Support if the page continues to load incompletely after applying these changes:
In Design Studio, open robot configuration
• On "Default options", click on "Configure"-> JavaScript Execution Tab
• In JavaScript Changes click on the "+" to add a JS change -> Text Formatting -> Replace Text
• In Find this Text, type: 'use strict' and leave the replace field empty.
• Click on Ok
• In JS Changes click on the "+" to add a JS change -> Text Formatting -> Replace Pattern
• On pattern paste (\W)let(\s)+|^let\s
• On replace field pase $1 + "var "
• Click on Ok
• In JS Changes click on the "+" to add a JS change -> Text Formatting -> Replace Pattern
• On Pattern paste (\W)const(\s)+|^const\s
• On replace field pase $1 + "var "
• Click on Ok
• In JS Polyfills click on the "+" to add a JS Polyfill -> Add All
• Save it and run the robot
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
RPA | ALL |
References
Add any references to other internal or external articles