selenium_webdriver 0.1.1

A crate to interact with the selenium server and write automated UI scripts and tests
Documentation

Purpose

The main purpose of this crate is to provide the means of interacting with the selenium server. Provides basic functionality for UI automated tests and scripts.

Requirements

  • Selenium server running on localhost:4444
  • A chromedriver or geckodriver

Limitations

TO DO

  1. ChromeOptions
  2. Firefox session adjustments
  3. Useful methods which are implemented in other Selenium implementations