1. 18452d1 Update pubspec.yaml by Michael Goderbauer · 8 years ago v1.1.1
  2. 290d796 Merge pull request #119 from staats-google/whenComplete by Michael Goderbauer · 8 years ago
  3. 2c6101f adds documentation for _performRequest by staats · 8 years ago
  4. d67bd9d Merge pull request #118 from ochafik/patch-1 by Michael Goderbauer · 8 years ago
  5. 3506686 Make async.dart's waitFor function generic by Olivier Chafik · 8 years ago
  6. 629f415 dartfmt on web_driver.dart test by staats · 8 years ago
  7. 37aa79d adds test for async, uncomments out tests by staats · 8 years ago
  8. e3a4efc test for async by staats · 8 years ago
  9. 2f63ce5 adds test for whenComplete() ordering, cleans up code a bit by staats · 8 years ago
  10. e070aeb Refactor _performRequest to use whenComplete, not finally by staats · 8 years ago
  11. fd83ddb Merge pull request #117 from BlackHC/fixes by Michael Goderbauer · 8 years ago
  12. ff71539 Update forwarder and fix other warnings throughout the library by Andreas Kirsch · 8 years ago
  13. c90e300 Bump to 1.1.0 by Michael Goderbauer · 8 years ago v1.1.0
  14. 11face7 Merge pull request #115 from BlackHC/master by Michael Goderbauer · 8 years ago
  15. 108cda1 Address review comments by Andreas Kirsch · 8 years ago
  16. aeedcf0 fix formatting by Andreas Kirsch · 8 years ago
  17. 25f5d51 add captureScreenshotAsList and captureScreenshotAsBase64 by Andreas Kirsch · 8 years ago
  18. 4cc6f7d Merge pull request #113 from BlackHC/patch-1 by Marc Fisher · 8 years ago
  19. a180efe Make IOCommandProcessor public by Andreas Kirsch · 8 years ago
  20. a3be264 Merge pull request #111 from xavierhainaux/remove_crypto_dependency by Michael Goderbauer · 8 years ago
  21. c3774d1 Remove package:crypto dependency by Xavier Hainaux · 8 years ago
  22. 89d68ec Merge pull request #110 from google/goderbauer-patch-1 by Marc Fisher · 8 years ago v1.0.0
  23. 683fb78 Bump version to 1.0.0 by Michael Goderbauer · 8 years ago
  24. 3facc8e Merge pull request #109 from goderbauer/addMouseEnum by Marc Fisher · 8 years ago v0.10.0-pre.15
  25. 7cc9bc7 Add enum for mouse buttons by Michael Goderbauer · 8 years ago
  26. ade59c7 Merge pull request #107 from staats-google/keys-chords by Marc Fisher · 8 years ago
  27. c1ecd3c Merge pull request #105 from staats-google/patch-2 by Marc Fisher · 8 years ago
  28. cf1530c Updates comment on Chromedriver on Mac OSX by staats · 8 years ago
  29. 038599b Merge pull request #106 from staats-google/fix-tests by Michael Goderbauer · 8 years ago
  30. 54ffb20 add chords support to keyboard.dart + test by staats · 8 years ago
  31. 6400492 Use google.com/ncr to avoid redirect when running outside US. by staats · 8 years ago
  32. 4f35bb4 Add Future-based listeners to web_driver.dart by staats-google · 8 years ago
  33. 740a99b Bump pubspec to 0.10.0-pre.14 by Michael Goderbauer · 8 years ago v0.10.0-pre.14
  34. 8f2249f Merge pull request #103 from staats-google/patch-1 by Marc Fisher · 8 years ago
  35. 4fb52bb Add notifyListener flag to webdriver.dart. by staats-google · 8 years ago
  36. 746b9fe Merge pull request #101 from DrMarcII/master by Marc Fisher · 9 years ago
  37. 662058b Add awaitChecking mode to Lock class. Reformat with current version of dartfmt. by Marc Fisher · 9 years ago
  38. 9555075 Merge pull request #92 from DrMarcII/forwarder_fix by Marc Fisher · 9 years ago
  39. 180d555 Fix screenshot function in forwarder.dart. by Marc Fisher II · 9 years ago
  40. 0da87d2 Merge pull request #89 from DrMarcII/master by Marc Fisher · 9 years ago v0.10.0-pre.13
  41. 14f21fd Fix merge conflict. by Marc Fisher II · 9 years ago
  42. 6a67245 Merge branch 'master' of github.com:google/webdriver.dart by Marc Fisher II · 9 years ago
  43. 15dd948 Update versions in pubspec. by Marc Fisher II · 9 years ago
  44. 2a3cadd Format with new Dart Formatter. by Marc Fisher II · 9 years ago
  45. 6a32c5e Change Clock.waitFor to support both unittest-based and matcher-based matchers. by Marc Fisher II · 9 years ago
  46. 8a412b6 Removing blocking read from StdioStepper. by Marc Fisher II · 9 years ago
  47. 4bd7397 Add missing copyright headers. by Marc Fisher II · 9 years ago
  48. 6e36d68 Add support for installing a Stepper into WebDriver, an object that can control when/how WebDriver commands execute. by Marc Fisher II · 9 years ago
  49. ad2d5fc Improve stack traces using stack_trace Chain. by Marc Fisher II · 9 years ago
  50. 357ac88 Update pubspec.yaml by Marc Fisher · 9 years ago
  51. 72824e9 Fix too-long line. by Marc Fisher II · 9 years ago
  52. 78ffd3e Refactor to remove duplicated code. by Marc Fisher II · 9 years ago
  53. cf97653 Merge pull request #87 from DrMarcII/matcher by Marc Fisher · 9 years ago
  54. d2ceb69 Change Clock.waitFor to support both unittest-based and matcher-based matchers. by Marc Fisher II · 9 years ago
  55. 2cd8ac6 Merge pull request #86 from DrMarcII/master by Marc Fisher · 9 years ago
  56. d15a4a3 Removing blocking read from StdioStepper. by Marc Fisher II · 9 years ago
  57. 85f3f3c Merge pull request #85 from DrMarcII/copyright by Marc Fisher · 9 years ago
  58. 7a65369 Add missing copyright headers. by Marc Fisher II · 9 years ago
  59. 13f22c4 Merge pull request #84 from DrMarcII/step_mode by Marc Fisher · 9 years ago v0.10.0-pre.12
  60. 145ed65 Add support for installing a Stepper into WebDriver, an object that can control when/how WebDriver commands execute. by Marc Fisher II · 9 years ago
  61. 58712d4 Merge pull request #83 from DrMarcII/exceptions by Marc Fisher · 9 years ago v0.10.0-pre.11
  62. bacdef1 Improve stack traces using stack_trace Chain. by Marc Fisher II · 9 years ago
  63. 8de0a9d Update pubspec.yaml by Marc Fisher · 9 years ago v0.10.0-pre.10
  64. fb81d94 Merge pull request #81 from DrMarcII/listener by Marc Fisher · 9 years ago
  65. d820d26 Fix too-long line. by Marc Fisher II · 9 years ago
  66. 8a210d8 Refactor to remove duplicated code. by Marc Fisher II · 9 years ago
  67. a6267f0 Merge pull request #80 from DrMarcII/listener by Marc Fisher · 9 years ago v0.10.0-pre.9
  68. 46613b4 Add onAfterCommand stream to WebDriver class. by Marc Fisher II · 9 years ago
  69. b63054b Update README.md by Marc Fisher · 9 years ago
  70. c40802c Merge pull request #79 from DrMarcII/alert by Marc Fisher · 9 years ago
  71. 9540e63 Consistify NoAlertOpenException and NoAlertPresentException to NoSuchAlertException by Marc Fisher II · 9 years ago
  72. a17f8d6 Merge pull request #75 from DrMarcII/master by Marc Fisher · 9 years ago
  73. ecaf58c Merge branch 'master' of github.com:DrMarcII/webdriver.dart by Marc Fisher II · 9 years ago
  74. fddd30c Update forwarder_test.dart by Marc Fisher · 9 years ago
  75. fe0468a Merge pull request #74 from DrMarcII/master by Marc Fisher · 9 years ago
  76. d7ec42b Add CONTRIBUTING.md. by Marc Fisher II · 9 years ago
  77. a1af02a Merge pull request #73 from DrMarcII/master by Marc Fisher · 9 years ago v0.10.0-pre.8
  78. 71e9328 Removing trailing '/'s from commands to make chromedriver happy. by Marc Fisher II · 9 years ago
  79. d53c573 More refinement to dart analyzer command. by Marc Fisher II · 9 years ago
  80. a016ece Fix dart analyzer command. by Marc Fisher II · 9 years ago
  81. 1e7ab40 Use grep to find all dart libraries for analysis. by Marc Fisher II · 9 years ago
  82. 666b743 Fix paths in travis.sh. by Marc Fisher II · 9 years ago
  83. 0db78b5 Add cast to make analyzer happy. by Marc Fisher II · 9 years ago
  84. 9070046 Fix travis build. Increment version number. by Marc Fisher II · 9 years ago
  85. cdc7dcc Some small refactoring. Add support/forwarder.dart by Marc Fisher II · 9 years ago
  86. f9a436f Merge pull request #72 from DrMarcII/master by Marc Fisher · 9 years ago v0.10.0-pre.7
  87. 951e4cc Fix expect implementation. by Marc Fisher II · 9 years ago
  88. 0398225 Merge pull request #71 from DrMarcII/master by Marc Fisher · 9 years ago v0.10.0-pre.6
  89. d69c4c3 Add missing copyright notices. Fixes to pubspec.yaml. by Marc Fisher II · 9 years ago
  90. cb2cd95 Merge pull request #70 from DrMarcII/master by Marc Fisher · 9 years ago
  91. ec0f002 Merge branch 'master' of github.com:google/webdriver.dart by Marc Fisher II · 9 years ago
  92. efc5e14 Update file names for better compatibility with test. Simplify travis.sh. by Marc Fisher II · 9 years ago
  93. e3de8e6 Merge pull request #68 from DrMarcII/master by Marc Fisher · 9 years ago
  94. 92d1660 Add expect logic to waitFor. by Marc Fisher II · 9 years ago
  95. 7217fb1 Fix dependencies. by Marc Fisher II · 9 years ago
  96. 390c3ed Update README.md by Marc Fisher · 9 years ago
  97. 68f90c5 Update pubspec.yaml by Marc Fisher · 9 years ago
  98. 52e7ff4 Merge pull request #66 from DrMarcII/test by Marc Fisher · 9 years ago
  99. dece83a Disable problematic tests. by Marc Fisher II · 9 years ago
  100. bdec544 Remove unused symbolic link. by Marc Fisher II · 9 years ago