Hello,
I have an automation that runs in pure python and uses selenium library to run IE.
The automation when I ran local worked, but when I put on robocorp to run using a VM, after 3 cases the execution freeze. If I access the VM there’s no actions, the robocorp don’t rise any error and the execution stay running on control room.
It happened in 2 automations that have similiar scripts, and observing the log I found a possibility to the problem, the function quit() from selenium was the last line that run in the 2 automations with this error.
The problem was not have problem on execution, but freeze and nos return any error and the VM stay Busy
The bot runs until KMM.payment, the log confirm this