WebDriver

From AutoIt Wiki
Revision as of 16:06, 26 December 2019 by Water (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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:

One of the following Drivers needs to be installed - depending on the Browser you try to automate:

Browser Download Link Version / Date Comments
Chrome Google Example Example
Edge Microsoft Example Example
FireFox github 0.26 / 2019/10/12 Example
Internet Explorer Microsoft Example Example