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.
Supported browser version must be installed.
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.
- 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