Robotic Process Automation (RPA)

Robotic Process Automation (RPA)

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  CPU 100%

    Posted 04/22/21 08:20 AM
    When we execute RPA IBM Studio to test our robots, It does not close the Google Chrome processes. This makes that the CPU reaches 100%.
    I also upload screenshots of the task manager so you can see how it happens.


    ------------------------------
    MAGALI BARRIENTOS
    ------------------------------


  • 2.  RE: CPU 100%

    Posted 04/22/21 09:03 AM
    Hi,

    I also had such a problem. For now, I have solved it by running the following windows script (bat file) before starting the Chrome browser:

    taskkill /F /IM chrome.exe /T > nul

    And here is the exerpt from the script:
    runWindowsScript --scripttype "BATScript" --source "File" --file "C:\\killchrome.bat"

    Kind regards,
    Stanislav


    ------------------------------
    Stanislav Terziev
    ------------------------------



  • 3.  RE: CPU 100%

    Posted 05/10/21 08:47 AM

    Hi

    There is no need to create a bat file, you can use 'runDOSCommand ' command

    runDOSCommand --command "taskkill /F /IM chrome.exe /T > nul"



    ------------------------------
    Angelo Alves
    ------------------------------



  • 4.  RE: CPU 100%

    Posted 05/10/21 08:44 AM

    Hi


    The Close browser command has a key to close or not, you have verified



    ------------------------------
    Angelo Alves
    ------------------------------