Question: What should I do if a Web Page takes a long time to load only in Cloud Execution? It's working fine in Hybrid/Local Execution.


Answer:

This is caused due to the difference in the implementation of rendering engines in different websites and the incompatibilities arising from that. This might lead to execution failures with element not found/action not performed errors. Also, the web page might just stall at loading or take a long time to load.


To fix this, we just need to refresh the browser using the below template:

Add the Test Step Click on the Refresh button in the browser right before the step which is failing due to page load time.