webdriver 0.6.10 copy "webdriver: ^0.6.10" to clipboard
webdriver: ^0.6.10 copied to clipboard

outdatedDart 1 only

Provides WedDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.

webdriver #

Provides WebDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.

Installing #

  1. Depend on it

    Add this to your package's pubspec.yaml file:

    dependencies:
      webdriver: any
    

    If your package is an application package you should use any as the version constraint.

  2. Install it

    If you're using the Dart Editor, choose:

    Menu > Tools > Pub Install
    

    Or if you want to install from the command line, run:

    $ pub install
    
  3. Import it

    Now in your Dart code, you can use:

    import 'package:webdriver/webdriver.dart';
    

Testing #

To run the tests, you need to first run selenium-server-standalonei, which you can download from https://code.google.com/p/selenium/downloads.

61
likes
0
points
3.15M
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

Provides WedDriver bindings for Dart. These use the WebDriver JSON interface, and as such, require the use of the WebDriver remote server.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on webdriver