UI Path chrome extension

Quick question here. When I run my automation through Orchestrator, the extension bar that pops up at the top of my windows is actually messing up where my clicks are set. How do I disable that pop-up, or resolve this issue?

Hi @Primal

You can’t disable that pop up at any cost. try changing the Input methods of the browser activity and try running it from orchestrator.

Hope it works!!

Regards,

Hi @Primal

Ensure that the resolution settings of the machine running the automation match the recommended resolution for the application or website you are automating. This can help prevent any misalignment caused by the extension bar.

you can also try disabling or removing the extension temporarily. This can be done through the browser’s settings or extensions menu.

If nothing works, then Instead of relying solely on click activities, consider using element-based activities such as “Click Image,” “Click OCR Text,” or “Click Text” activities. These activities interact with specific elements on the screen, making them less susceptible to misalignment caused by the extension bar.

Thanks!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.