-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from DrMarcII/mouse
Add eventTarget to up and down methods on PageLoaderMouse.
- Loading branch information
Showing
4 changed files
with
50 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: pageloader | ||
version: 1.2.3 | ||
version: 1.2.4 | ||
author: Marc Fisher II | ||
description: Supports the creation of page objects that can be shared between in-browser tests and WebDriver tests. | ||
environment: | ||
sdk: '>=1.8.0-dev.0.0 <2.0.0' | ||
sdk: '>=1.9.0-dev.2.2 <2.0.0' | ||
dependencies: | ||
sync_webdriver: | ||
path: ../../dart-sync-webdriver | ||
dev_dependencies: | ||
browser: '>=0.10.0+2 <0.11.0' | ||
path: '>=1.3.0 <2.0.0' | ||
unittest: '>=0.11.3 <0.12.0' | ||
browser: '^0.10.0+2' | ||
path: '^1.3.1' | ||
unittest: '^0.11.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters