Hi Pradeep Chouhury,
The instant crash occurs because Google Chrome and Microsoft Edge utilize the Chromium engine, which features a security mechanism called Renderer Code Integrity. When RPA tools attempt to inject code into the browser to track elements, Chromium flags it as unauthorized and immediately kills the process. Internet Explorer survives because it uses a legacy, non-Chromium architecture without these strict checks.
To fix this,
Open regedit and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome (create the folders if they are missing).
Right-click the empty space, create a new DWORD (32-bit) Value, name it RendererCodeIntegrityEnabled, and set its value data to 0.
Repeat the exact same step under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge.
Restart your RPA software and ensure all background browser processes are completely closed for the new enterprise policies to take effect.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN