How to fix the web page becoming distorted and parts of the web page disappearing during Automation?
Issue Description
When the Robot tries to select an element on a browser, the web page becomes distorted and parts of it disappear. When the Robot has to scroll to interact with an element on a web page parts of the web page disappear and can no longer be seen.
For example, before the Robot interacts with the web page it might look something like this:
Notice that the above image does not have a scroll bar on the right side of the window.
After the Robot interacts with the page it looks like this:
These are two screenshots of the same webpage and as can be seen parts of the web are no longer visible and the page looks entirely different. Additionally, there is no scroll bar that allows the return to the missing parts of the page.
Resolution
The proper solution is to fix the webpage so that scrolling is enabled. If this is not an option, see the workaround section below.
Workaround Solution A