1.2.0 • Published 7 years ago

webchauffeur v1.2.0

Weekly downloads
42
License
Apache-2.0
Repository
github
Last release
7 years ago

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.

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago