- Release Notes
- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- The Diagnostic Tool
- Variables
- Arguments
- Imported Namespaces
- Trigger-based Attended Automation
- Recording
- UI Elements
- Control Flow
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Automating Citrix Technologies
- RDP Automation
- Salesforce Automation
- SAP Automation
- VMware Horizon Automation
- Logging
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- Test Suite - Studio
- Extensions
- Troubleshooting
- About troubleshooting
- Microsoft App-V support and limitations
- Internet Explorer X64 troubleshooting
- Microsoft Office issues
- Identifying UI elements in PDF with Accessibility options
- Repairing Active Accessibility support
- Automating Applications Running Under a Different Windows User
- Validation of large Windows-legacy projects takes longer than expected
Extension for Firefox
- Open Studio.
- Navigate to Tools > UiPath Extensions.
-
Select Firefox > Install. Choose one of the available methods from the drop-down:
- Group Policy Offline
- Current User
- Click the Add button, and then OK to confirm. The UiPath Extension for Firefox is now installed.
-
Run the UiPathStudio.msi installer.
- Select Advanced Settings > Extensions > UiPath extension for Firefox.
- Click Install. Studio setup continues while also installing the extension for Firefox.
- Click the Windows Start button and type
cmd
in the search field. - Open Command Prompt.
- Change the directory to the UiPath installation folder (
cd C:\Program Files\UiPath\Studio\UiPath
). -
Use the
SetupExtensions /Firefox
command to install the extension. Firefox opens up and a confirmation pop-up is displayed. - Click the Add button, and then OK to confirm. The UiPath Extension for Firefox is now installed.
You can also install the UiPath Extension for Firefox by using Group Policies. This method silently installs the extension and enables it, without requiring user confirmation.
To install the extension offline via policy, on the target machine, install the UiPath extension for Firefox with administrator privileges using the following command:
C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe /firefox-policy-offline
.
/Firefox-Policy-Offline
parameter, can be uninstalled by running from an elevated command prompt:
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Firefox-Policy-Offline /uninstall /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Firefox-Policy-Offline /uninstall /silent
/Firefox
parameter, it can be uninstalled with the following command (that doesn't require an elevated command prompt):
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Firefox /uninstall /silent
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /Firefox /uninstall /silent
You can also uninstall by opening Studio, navigating to Tools > UiPath Extensions, and selecting Firefox > Uninstall. The extension will be uninstalled with the same method used for the installation. This method is displayed in the disabled drop-down next to the Uninstall button.