Downloading web drivers
Learn how to perform web automation in environments without access to external connection.
Before you begin
- You must have direct access to the IBM Robotic Process Automation on premises server.
Procedure
Configuring web automation with Google Chrome™
- Go to Chrome Driver 🡥.
- Download the web driver version that corresponds to the browser version.
- Create the directory:
%programdata%\IBM Robotic Process Automation\PUBLIC\updates\webdrivers\chrome\[version number]
. - Create a text file with the name
checksum-win32.txt
orchecksum-win64.txt
according to your Windows™ version.- For a 32 bit Windows™ version, create the
checksum-win32.txt
file. - For a 64 bit Windows™ version, create the
checksum-win64.txt
file.
- For a 32 bit Windows™ version, create the
- Save the
.zip
and.txt
files in the created directory. - Open the created text file and enter the MD5 hash of the
.zip
file, along with the directory path to the web driver file on the server.
Example:
58ac3bf76466773680a5fe04b69ad1d3
https://<server-IP:API-port>/updates/webdrivers/chrome/97/chromedriver_win32.zip
In this example, the MD5 hash found in checksum-win64.txt is:
58ac3bf76466773680a5fe04b69ad1d3
The link to download the WebDriver from your server is:
https://<server-IP:API-port>/updates/webdrivers/chrome/97/chromedriver_win64.zip
Configuring web automation with Firefox™
- Go to gecko driver 🡥.
- Download the web driver version that corresponds to the browser version.
- Create the directory:
%programdata%\IBM Robotic Process Automation\PUBLIC\updates\webdrivers\firefox\[version number]
. - Create a text file with the name
checksum-win32.txt
orchecksum-win64.txt
according to your Windows™ version.- For a 32 bit Windows™ version, create the
checksum-win32.txt
file. - For a 64 bit Windows™ version, create the
checksum-win64.txt
file.
- For a 32 bit Windows™ version, create the
- Save the
.zip
and.txt
files in the created directory. - Open the created text file and enter the MD5 hash of the
.zip
file, along with the directory path to the web driver file on the server.
Example:
58ac3bf76466773680a5fe04b69ad1d3
https://<server-IP:API-port>/updates/webdrivers/firefox/96/geckoudriver-win64.zip.
In this example, the MD5 hash found in checksum-win64.txt is:
58ac3bf76466773680a5fe04b69ad1d3
The link to download the WebDriver from your server is:
https://<server-IP:API-port>/updates/webdrivers/chrome/96/geckoudriver-win64.zip
Configuring web automation with Microsoft Edge™
- Go to Microsoft Edge WebDriver 🡥.
- Download the web driver version that corresponds to the browser version.
- Create the directory:
%programdata%\IBM Robotic Process Automation\PUBLIC\updates\webdrivers\edge\[version number]
. - Create a text file with the name
checksum-win32.txt
orchecksum-win64.txt
according to your Windows™ version.- For a 32 bit Windows™ version, create the
checksum-win32.txt
file. - For a 64 bit Windows™ version, create the
checksum-win64.txt
file.
- For a 32 bit Windows™ version, create the
- Save the
.zip
and.txt
files in the created directory. - Open the created text file and enter the MD5 hash of the
.zip
file, along with the directory path to the web driver file on the server.
Example:
58ac3bf76466773680a5fe04b69ad1d3
https://<server-IP:API-port>/updates/webdrivers/edge/128/edgedriver_win64.zip
In this example, the MD5 hash found in checksum-win64.txt is:
58ac3bf76466773680a5fe04b69ad1d3
The link to download the WebDriver from your server is:
https://<server-IP:API-port>/updates/webdrivers/edge/128/edgedriver_win64.zip