1. 5a8d680 Change default spec to JsonWire in test. by Jing Bian · 4 years, 1 month ago
  2. 2ed8145 Fix some compatibility with Dart 2.0.0. by Jing Bian · 4 years, 1 month ago
  3. 0abb970 Remove forwarder as it's not supported in W3C anymore. by Jing Bian · 4 years, 1 month ago
  4. e00e354 Format the previous change. by Jing Bian · 4 years, 1 month ago
  5. 5e38b6d Pass spec down to WebDriver instance creation in test. by Jing Bian · 4 years, 1 month ago
  6. 1e94473 Make default hide postion (100, 0) in case window is too small. by Jing Bian · 4 years, 1 month ago
  7. 6296bb7 Merge branch 'master' of github.com:google/webdriver.dart by Jing Bian · 4 years, 2 months ago
  8. ba2eae6 Update Travis config to fix build breakage. (#221) by jingbian · 4 years, 2 months ago
  9. ab8693d Fix various issues. by Jing Bian · 4 years, 2 months ago
  10. 2d7b5ac Update versions and perform small cleanup (#220) by Jonah Williams · 4 years, 3 months ago
  11. beb9d95 Fix per breaking change to HttpRequest and HttpClientResponse (#216) by Todd Volkert · 4 years, 10 months ago
  12. 7e532dc Prepare for upcoming change to File.openRead() (#215) by Todd Volkert · 4 years, 10 months ago
  13. 6344adc Update pubspec.yaml (#214) by Kevin Moore · 5 years ago
  14. 1f53546 Add upper limit in sdk version (#212) by Max Kim · 5 years ago
  15. 9a187cb Provide toStringDeep() function to WebElement so that it can be displayed better in IntelliJ. by Googler · 5 years ago
  16. 6d7943e [webdriver] Tighten up types. by Googler · 5 years ago
  17. e7d943a [webdriver] Remove `new` and redundant `const`. Use `=` in named parameters. Use new typedef syntax. by Googler · 5 years ago
  18. a601407 Major refactor of the package to support both async and sync WebDriver with only one implementation for each spec (#211) by jingbian · 5 years ago
  19. bdf5d64 Fix forwarder test (#208) by Max Kim · 6 years ago
  20. df7044e misc: prepare for v2 stable (#206) by Kevin Moore · 6 years ago v2.0.0
  21. 21eedee Update geckodriver and fix casting failures (#207) by Max Kim · 6 years ago
  22. 78bb74c Mark as 2.0.0-beta+1 in preparation for publish (#200) by Max Kim · 6 years ago v2.0.0-beta+1
  23. cbc489a Remove deprecated methods (#204) by Max Kim · 6 years ago
  24. 06271d0 A number of clean-up commits (#201) by Kevin Moore · 6 years ago
  25. 33ac552 Remove use of deprecated `retype`. (#199) by Lasse R.H. Nielsen · 6 years ago
  26. 22f7bf3 Update .gitignore, and other fixes (#196) by Kevin Moore · 6 years ago
  27. 541cfed Drop support for pkg:unittest (#198) by Kevin Moore · 6 years ago
  28. 3f71e3b 1. Moved PageLoader's property logic to json wire's specific webdriver. (#195) by jingbian · 6 years ago
  29. 7a0930e Minor fixes for styles (#192) by jingbian · 6 years ago
  30. 6105df6 Add W3C mouse support in Dart webdriver. (#193) by jingbian · 6 years ago
  31. 8eaec8b Add W3C keyboard support in Dart webdriver. (#191) by jingbian · 6 years ago
  32. e1593fe Fix Travis, fix SDK minimum constraint. (#189) by Sam Rawlins · 6 years ago
  33. 3eedafd Fix Dart2 runtime errors seen internally (#190) by Max Kim · 6 years ago
  34. ce2a586 Fix (some) Dart 2 runtime cast errors (#188) by Sam Rawlins · 6 years ago
  35. df7e409 Make empty non-const. (#187) by Max Kim · 6 years ago
  36. df7d6d0 Fix downcast error in async_core.dart (#186) by Ted Sander · 6 years ago
  37. 757b366 Add and clean analyzer lints (#183) by Manuel Ferreria · 6 years ago
  38. cba12db README: Update to add IntelliJ pub instructions (#182) by Manuel Ferreria · 6 years ago
  39. 7cd0fe0 Update chromedriver and geckodriver to the latest version for Travis (#184) by Manuel Ferreria · 6 years ago
  40. 2e22cc2 Fix dynamic_as_bottom warning (#181) by Sam Rawlins · 6 years ago
  41. f27da53 Export JsonWireSpec Exceptions to ease migration from async to sync WebDriver (#179) by Manuel Ferreria · 7 years ago
  42. 7955cb4 Fix authors format. (#178) by staats-google · 7 years ago
  43. 8d18f52 Proper release of v2.0.0-beta. (#176) by staats-google · 7 years ago
  44. 58b43c4 Support converting sync WebDriver and elements to async. Allows easier interoperability between synchronous and asynchronous WebDriver. (#174) by staats-google · 7 years ago
  45. 156abcb Update documentation for WebDriver project. (#173) by staats-google · 7 years ago
  46. 45d8121 Adds logic to automatically infer specification type during WebDriver creation. (#172) by staats-google · 7 years ago v2.0.0-beta
  47. 0045360 Adds support W3C spec exception handling. (#171) by staats-google · 7 years ago
  48. 096c41d Updates target locator test + W3c to pass on Firefox. Updates documentation to reflect common functionality. (#168) by staats-google · 7 years ago
  49. a38a132 Update window test to ignore the maximize test on Travis. Remove old comment from web_element. (#170) by staats-google · 7 years ago
  50. 83523cb Refactors Navigation into JSON wire and W3C specs. Adds test for navigation against W3C spec/Firefox. (#169) by staats-google · 7 years ago
  51. f855550 Corrects issues with W3c spec implementation for web element against Firefox. (#165) by staats-google · 7 years ago
  52. 3cacab9 Updates window test and window to work with W3c spec. (#166) by staats-google · 7 years ago
  53. 9db2f61 Add firefox timeouts tests. (#167) by staats-google · 7 years ago
  54. c776f71 Updates W3C spec sufficiently to allow alert_test.dart to pass for W3C/geckodriver. (#163) by staats-google · 7 years ago
  55. 30b6ec8 Updates W3C spec sufficiently to allow command_event_test.dart to pass for W3C/geckodriver. (#164) by staats-google · 7 years ago
  56. 96b6ae0 Updates W3C spec sufficiently to allow web_driver_test.dart to pass for W3C/geckodriver. (#160) by staats-google · 7 years ago
  57. 4073c73 Update timeouts to 2 minutes. (#162) by staats-google · 7 years ago
  58. 40af805 Updates cookies test to run against Firefox. (#161) by staats-google · 7 years ago
  59. 70f9631 Merge find element logic for W3C spec. (#159) by staats-google · 7 years ago
  60. e288bfb Refactor By toJson() to be spec-dependent. (#158) by staats-google · 7 years ago
  61. f270307 Adds rough W3C spec version. (#157) by staats-google · 7 years ago
  62. b5be4bf Refactor sync command_processor to separate initiating request from processing response. (#156) by staats-google · 7 years ago
  63. 8a55ab7 Update pubspec SDK to 1.24 stable. (#155) by staats-google · 7 years ago
  64. e2dcb7c Refactor command_processor to be defined at driver creation time. (#154) by staats-google · 7 years ago
  65. 20c9784 Adds support for creating Firefox instances for use in tests. (#153) by staats-google · 7 years ago
  66. e5a8e53 Refactor sync tests to parameterize tests. Allows tests to be used with various versions of WebDriver, e.g. ChromeDriver and geckodriver. (#152) by staats-google · 7 years ago
  67. 805dd23 Refactor sync WebDriver in preparation of supporting the JSON wire and W3C specs simultaneously. (#151) by staats-google · 7 years ago
  68. e9fce64 Creates version of WebDriver using sync sockets. Async remains functionally identical. (#149) by staats-google · 7 years ago
  69. 463493d Delete forwarder_test.dart. (#148) by Marc Fisher · 7 years ago
  70. a984dc0 Stop using bazel to build and test library. (#147) by Marc Fisher · 7 years ago
  71. 951d29b Removes unused, but shown elements from test_util by Matt Staats · 7 years ago
  72. ad18d25 Adds bazel BUILD targets based on dart_vm_test. Allows use of bazel on Mac machines. by Matt Staats · 7 years ago
  73. e97f752 Adds null check for status before checking status code. Avoids throwing exceptions if status is not defined. (#145) by staats-google · 7 years ago v1.2.3 v1.2.4
  74. d020c42 Use FutureOr for more precise typing (#146) by vsmenon · 7 years ago
  75. 0cd94fa Prep for 1.2.3 release. (#142) by Marc Fisher · 7 years ago 1.2.3
  76. 697905a Enable generics for waitFor and require Dart 1.21+ in the pubspec SDK range (#141) by Travis Sanderson · 7 years ago
  77. 56e7bf0 Use a custom skylark rule to generate io tests (#139) by Nate Bosch · 7 years ago
  78. f59dcec Fix test code. (#138) by Marc Fisher · 7 years ago
  79. dc5c129 Update to more recent version of rules_dart. (#137) by Marc Fisher · 7 years ago
  80. 879e9df Prep 1.2.2+1 (#136) by Marc Fisher · 7 years ago 1.2.2+1
  81. 4c3b30c Revert "Enable generics for waitFor and require Dart 1.21+ in the pubspec SDK range" (#135) by Travis Sanderson · 7 years ago
  82. 27e2c77 Prep for v1.2.2 (#134) by Marc Fisher · 7 years ago v1.2.2
  83. e651776 Split tests up into separate targets. (#133) by Marc Fisher · 7 years ago
  84. 00bf9f1 Enable generics for waitFor and require Dart 1.21+ in the pubspec SDK range (#131) by Travis Sanderson · 7 years ago
  85. 4a496c5 Update the version of rules_dart. (#132) by Marc Fisher · 7 years ago
  86. 6258221 Various Bazel related fixes. (#129) by Marc Fisher · 7 years ago
  87. 5a8db28 Make tests more reliable. (#128) by Marc Fisher · 7 years ago
  88. cac534a Make project buildable and testable with Bazel. (#127) by Marc Fisher · 7 years ago
  89. a01a63e Merge pull request #126 from google/srawlins-patch-1 by Marc Fisher · 8 years ago v1.2.1a
  90. 7452e38 Create CHANGELOG.md by Sam Rawlins · 8 years ago
  91. 2c2271c Update pubspec.yaml by Michael Goderbauer · 8 years ago v1.2.1
  92. 26aca8c Merge pull request #125 from greglittlefield-wf/enable_redirects by Marc Fisher · 8 years ago
  93. 373f09d Enable redirects to handle 303 responses from Selenium by Greg Littlefield · 8 years ago
  94. 43ded89 Make stuff strong-mode happy (#122) by Sam Rawlins · 8 years ago
  95. d843b82 Bump to v1.2.0 by Sam Rawlins · 8 years ago v1.2.0
  96. 693b490 Fix strong mode warnings (#121) by dramos07 · 8 years ago
  97. f9c8875 Merge pull request #120 from bwu-dart-contributing/master by Marc Fisher · 8 years ago
  98. 51e2fa6 Add support for Firefox profiles fixes #98 by zoechi · 8 years ago
  99. c35449f #98 when loading settings from `user.js` skip settings also contained in `lockedPrefs` by zoechi · 9 years ago
  100. 774559f Make #98 easier by zoechi · 9 years ago