WebDriver: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
| 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] || || | ||
|} | |} | ||
== References == | |||
Further information sources: | |||
* W3C: https://www.w3.org/TR/webdriver/ |
Revision as of 16:25, 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 |
References
Further information sources: