Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

exorcistas/autoit-webdriver-udf

Repository files navigation

W3C WebDriver UDF

Table of Contents

About

This UDF is an AutoIt wrapper for 'WebDriver' automation.
It allows to interact with modern browsers like Google Chrome or MS Edge via web requests channel provided by Webdriver.
Note, that not all functionality might be mapped or updated in current published version.

Prerequisites

Supported browser version must be installed.

Installation

Simply copy .au3 files to your development directory and use #include to point to these files in the source code.
UDF requires WinHttp.au3 as dependency, which is included as well.

Usage

  • Use WebDriver_*.au3 for core functionality to Chrome or Edge browsers.
  • UDF uses Webdriver .exe dedicated to certain browser to startup and engage with it. _WD_Configure and _WD_StartupDriver functions responsible for intialization.
  • Use WebDriver_Core.au3 to download and updated required Webdriver .exe file

Documentation