selenium_webdriver

Crates.ioselenium_webdriver
lib.rsselenium_webdriver
version0.1.7
sourcesrc
created_at2020-11-09 17:35:12.405012
updated_at2020-11-14 12:47:05.745429
descriptionA crate to interact with the selenium server and write automated UI scripts and tests
homepage
repositoryhttps://github.com/SergeyBibikov/rust-selenium
max_upload_size
id310400
size151,749
(SergeyBibikov)

documentation

https://docs.rs/selenium_webdriver/

README

Docs

docs

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

  • For local tests - selenium server should be running on localhost:4444
  • A chromedriver, geckodriver or safari

TO DO

  • Add useful methods which are available in other Selenium implementations

Contributions

Any contributions, bug reports and improvement suggestions are much anticipated and appreciated!

Release notes:

  • v 0.1.7 - Session capabilities support for local and remote sessions
  • v 0.1.6 - Basic remote session support
  • v 0.1.5 - SafariOptions support
  • v 0.1.4 - Basic Safari support
  • v 0.1.3 - FirefoxOptions support
  • v 0.1.2 - ChromeOptions support
  • v 0.1.1 - necessary info added
  • v 0.1.0 - initial release
Commit count: 103

cargo fmt