Skip to main content
Navigator | Tier 3
May 14, 2023
Question

How to stop "automation 360 started debugging this browser"

  • May 14, 2023
  • 11 replies
  • 4594 views

Hi team ,

 

In my bot execution I am getting “ automation 360 started debugging this browser “ and due to that some of keystroke is not working in Unattended mode. 

Need help how to make this should not appear.

11 replies

Raul Jaimes
Navigator | Tier 3
May 25, 2023

@VikkiS04 

Below Registries are missing after browser update :
For Edge: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Edge\ExtensionInstallForcelist

For Chrome:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist

Follow the below steps to fix the issue :
Please create a new registry with Data value as browser extension ID :

For Edge

 

For Chrome

 

 

Post creating the registries, restart the machine and it will fix the issue.

REF: https://apeople.automationanywhere.com/s/article/Automation-360-started-debugging-this-browser

 

Regards