WebDriver: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{WIP}} == Introduction == The WebDriver UDF allows to interact with any browser that supports the W3C WebDriver specifications. Supporting multiple browsers via the same code...") |
No edit summary |
||
Line 12: | Line 12: | ||
! Browser !! Download Link !! Version / Date !! Comments | ! Browser !! Download Link !! Version / Date !! Comments | ||
|- | |- | ||
| Chrome || [https://sites.google.com/a/chromium.org/chromedriver/downloads Google] || | | Chrome || [https://sites.google.com/a/chromium.org/chromedriver/downloads Google] || 80.0.3987.16 - 2029/12/19 || Follow this [https://sites.google.com/a/chromium.org/chromedriver/downloads/version-selection link] to select the correct version depending on the Chrome version you run! | ||
|- | |- | ||
| Edge || [https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ Microsoft] || | | Edge || [https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ Microsoft] || || | ||
|- | |- | ||
| FireFox || [https://github.com/mozilla/geckodriver/releases github] || 0.26 / 2019/10/12 || | | FireFox || [https://github.com/mozilla/geckodriver/releases github] || 0.26 / 2019/10/12 || The recommended Firefox version is ≥ 60 | ||
|- | |- | ||
| Internet Explorer || [https://www.microsoft.com/en-us/download/details.aspx?id=44069 Microsoft] || | | Internet Explorer || [https://www.microsoft.com/en-us/download/details.aspx?id=44069 Microsoft] || || | ||
|} | |} |
Revision as of 16:13, 26 December 2019
This page is still a work in progress.
Introduction
The WebDriver UDF allows to interact with any browser that supports the W3C WebDriver specifications. Supporting multiple browsers via the same code base is now possible with just a few configuration settings.
Requirements
The following UDFs need to be installed - independant of the Browser you try to automate:
- JSON UDF https://www.autoitscript.com/forum/topic/148114-a-non-strict-json-udf-jsmn
- WinHTTP UDF https://www.autoitscript.com/forum/topic/84133-winhttp-functions/
One of the following Drivers needs to be installed - depending on the Browser you try to automate:
Browser | Download Link | Version / Date | Comments |
---|---|---|---|
Chrome | 80.0.3987.16 - 2029/12/19 | Follow this link to select the correct version depending on the Chrome version you run! | |
Edge | Microsoft | ||
FireFox | github | 0.26 / 2019/10/12 | The recommended Firefox version is ≥ 60 |
Internet Explorer | Microsoft |