Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.09 KB

Selenium QA Tools for Dyalog APL

This folder contains code which allows Dyalog to automate browsers using Selenium WebDriver under Microsoft Windows, using the Microsoft.Net bindings for Selenium.

It has been tested with Firefox and Google Chrome; drivers should also be available for Internet Explorer and other browsers.

##Required DLLs You need to download the C# language bindings from the Selenium site. In particular, you need to put the files WebDriver.dll and WebDriver.Support.dll in a known location. Note that in recent versions of Microsoft Windows, you will need to "Unblock" them after downloading them, before Windows will allow you to use them.

If you will be using Mozilla FireFox, the above 2 DLL's are all you need. Other browsers require the installation of additional components, support is available for several browsers.

For example, to use Google Chrome, you need to download the file chromedriver.exe.

##Documentation See "Selenium from Dyalog.pdf" (docx source in the DocSrc folder).