Skip to content

illicitonion/webdriver_client_rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDriver client library in Rust

webdriver_client on crates.io

crates.io

Travis

docs.rs

Getting started

Currently only geckodriver (WebDriver proxy for Firefox) is supported as a WebDriver backend.

This crate expects geckodriver to be on your path.

On Linux

The script bin/download_geckodriver downloads the Linux x64 geckodriver binary release from the geckodriver Github releases page to bin/geckodriver.

This snippet will download geckodriver and place it on your current shell's path:

bin/download_geckodriver
export PATH=$PATH:$PWD/bin

This fork is based on equalsraf's excellent work from https://github.com/equalsraf/webdriver.

About

Webdriver client library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.5%
  • Shell 1.2%
  • HTML 0.3%