Skip to content
forked from Dyalog/Selenium

Create Test Scripts using Selenium WebDriver from Dyalog APL

Notifications You must be signed in to change notification settings

mbaas2/Selenium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Create Test Scripts using Selenium WebDriver from Dyalog APL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • APL 100.0%