Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

WebChauffeur

A fancy wrapper around selenium-webdriver.

Usage

let driver = new Driver(new Builder().forBrowser("chrome").build());
await driver.get("http://www.metabase.com/");
await driver.select("a:contains(Download)").wait().click();
await driver.select(":react(MyReactComponent)").wait().click();

License

Unless otherwise noted, all WebChauffeur source files are made available under the terms of the Apache License, Version 2.0.

See LICENSE.txt for details and exceptions.

Unless otherwise noted, all files © 2016 Metabase, Inc.

About

A fancy wrapper around selenium-webdriver for Node.js

Resources

License

Packages

No packages published
You can’t perform that action at this time.