I want to use UiPath to control BitBrowser, which is a Chrome-Like browser.
I have installed UiPath extension in BitBrowser (https://chromewebstore.google.com/detail/UiPath-browser-automation/jfcmnbofjlffnejneillkgbniiiidiigd).
When selecting a browser in UiPath, the UiPath extension in BitBrowser displays “Debugging this browser has started”, and I can see that the prompt for selecting the center of the mask layer displays “click to select this browser”.
However, when clicking to select, the result is that UiPath recognizes BitBrowser as an “Application” rather than a “Browser”.
@lonlong
Certainly! Here are simplified steps in UiPath activities:
- Update UiPath Extension:
- Go to the “Manage Packages” window in UiPath Studio.
- Check for updates to the “UiPath Web Automation” package.
- Update to the latest version if available.
- Restart UiPath Studio:
- Close UiPath Studio.
- Reopen UiPath Studio to ensure changes take effect.
- Browser Selection:
- Use the “Open Browser” or “Attach Browser” activity.
- Manually choose BitBrowser from the Browser dropdown list.
- Check Browser Type:
- In the properties of the activity, set the BrowserType to Chrome or a similar browser.
- Extension Configuration:
- Confirm the UiPath extension is installed and enabled in BitBrowser.
- Selector Issues:
- Inspect and edit the selectors in the activity properties if needed.
- Alternative Approaches:
- Explore alternatives like “Click Image” or “Invoke Code” activities if necessary.
Install browser extension from the UiPath Studio and try
Sorry, more detailed environment information is available here.
UiPath Studio Community 2023.10.0.
I did not find “UiPath Web Automation” in “Manage Packages / All Packages”. I tried the keyword “Automation”, but I did not see any relevant Packages.
Are you referring to operating in the “Tools / UiPath Extensions” interface? Here I see that extensions can only be installed for Chrome (and of course Edge and Firefox), but not for other browsers that use the same core as Chrome.
UiPath. UIAutomation . activity - upgrade the package
updated to 23.12.0-alpha.4318660.
But there is no “Open Browser” or “Attach Browser” activity, just “User Application/Browser”.

