1. bad7678 Migrate to pkg:lints by Kevin Moore · 2 years, 7 months ago
  2. d32c19e Fix formatting and analysis issues by Kevin Moore · 2 years, 7 months ago
  3. a0fad2f GitHub Sync (#243) by Kevin Moore · 2 years, 11 months ago
  4. 31c990b Update ci.yaml (#241) by Kevin Moore · 2 years, 11 months ago
  5. bd43501 fix lints by Kevin Moore · 3 years ago
  6. ff5ccb1 Prepare to publish for stable null safety by kevmoo · 3 years, 3 months ago v3.0.0
  7. 296d5de Clean up violations of Dart lint "avoid_single_cascade_in_expression_statements". by tijoforyou · 3 years, 3 months ago
  8. 2e30615 Move pedantic to a dev dependency (#237) by Kevin Moore · 3 years, 3 months ago v0.3.0-nullsafety.1
  9. cb6df66 Fix null safety issue with parent/parents with WebElement by kevmoo · 3 years, 4 months ago v0.3.0-nullsafety.0
  10. 22ffc2d Enable and fix remaining lints (#234) by Kevin Moore · 3 years, 4 months ago
  11. 592b7af Whitespace cleanup and ignore deprecated usages by kevmoo · 3 years, 4 months ago
  12. e5c150d Migrate to GitHub actions by kevmoo · 3 years, 4 months ago
  13. a0fe5fe Update test config helpers to handle teardown inline by kevmoo · 3 years, 4 months ago
  14. 1c5eb59 Fix lints that can be addressed by `dart fix --apply` by kevmoo · 3 years, 4 months ago
  15. 68369b5 Project import generated by Copybara. by copybara-service[bot] · 3 years, 4 months ago
  16. b7242e7 Remove unused dart:async imports. by srawlins · 3 years, 6 months ago
  17. ea55edd Fix sync http nullable parameter problem. by jingbian · 3 years, 7 months ago
  18. f49e809 Migrate WebDriver to Null Safety by copybara-service[bot] · 3 years, 8 months ago
  19. a6e4ee4 Add Null Safety hints to Webdriver by copybara-service[bot] · 3 years, 8 months ago
  20. 5308823 Remove redundant return statement by copybara-service[bot] · 3 years, 8 months ago
  21. 3032a9f Avoid setting driver to null in tearDown by copybara-service[bot] · 3 years, 9 months ago
  22. ba86221 Update trunk, v2 and macos_sdk to 01c217ecc9d17f6e2d35300525605d53a750cda0. Unbundle packages. by copybara-service[bot] · 3 years, 9 months ago
  23. a271512 Minor fixes for types in AsyncRequestClient by copybara-service[bot] · 3 years, 10 months ago
  24. cc16fab Return Point<int> from WebElement.location by copybara-service[bot] · 3 years, 10 months ago
  25. 09db956 Avoid unnecessary `?.` operators in tests by copybara-service[bot] · 3 years, 10 months ago
  26. 481dda9 Return Point<int> from WebElement.location by copybara-service[bot] · 3 years, 10 months ago
  27. 3bd8bf3 Avoid returning null from a factory method by copybara-service[bot] · 3 years, 10 months ago
  28. e29d2d4 Minor simplifications to help with Null Safety by copybara-service[bot] · 3 years, 10 months ago
  29. 3b63eea Some compatibility change for Dart 2.0. by jingbian · 4 years, 1 month ago
  30. cf0273d Remove forwarder.dart, which is not used and no longer working with W3C for external repo. by jingbian · 4 years, 1 month ago
  31. 686243f Pass spec down to create WebDriver instance in its tests. by jingbian · 4 years, 1 month ago
  32. 9bcf570 Make default hide postion (100, 0) in case window is too small. by jingbian · 4 years, 1 month ago
  33. 9c07e5c Project import generated by Copybara. by jingbian · 4 years, 3 months ago
  34. 71f9258 Use dynamic expiry date to fix cookie test breakage. by jingbian · 4 years, 3 months ago
  35. a3b60db Support setting static headers to be sent with every web driver request. by copybara-service[bot] · 4 years, 3 months ago
  36. b94d3c8 Add rect to async webdriver to match sync webdriver. by copybara-service[bot] · 4 years, 6 months ago
  37. 14854b6 Use `/displayed` to check whether web element is displayed, as suggested from https://www.w3.org/TR/webdriver1/#element-displayedness. by jingbian · 4 years, 8 months ago
  38. 17c6b2c Fix issues with Uint8List. by jingbian · 4 years, 10 months ago
  39. 0fc0315 Github to G3 sync: https://github.com/google/webdriver.dart/pull/216 by jingbian · 4 years, 10 months ago
  40. 24c3d3b Add mouse.hide() in dart:webdriver. by jingbian · 4 years, 11 months ago
  41. 4eb9098 Add moveToElementCenter and moveToElementTopLeft to declare the origin for offset explicitly. by jingbian · 4 years, 11 months ago
  42. 8798625 Expect the size to be larger than 0 even if it's W3C. by jingbian · 4 years, 11 months ago
  43. 1b385ae Enable log retrieval for W3C with a catch on UnknownCommandException in case it's not supported. by jingbian · 5 years ago
  44. c2d808d Update Chrome version if possible to fix. by jingbian · 5 years ago
  45. 7003a4c Add support for single-element screenshots in the Dart webdriver client. by copybara-service[bot] · 5 years ago
  46. ff0a10b Fix an inaccurately implemented W3C element finder. by jingbian · 5 years ago
  47. d3f290f Use compatible format when serializing WebElement. by jingbian · 5 years ago
  48. d70cc27 Don't rely on error message when recreating existing session. by jingbian · 5 years ago
  49. ac78047 Improve WebElement.parents performance by cache `parent` result. by jingbian · 5 years ago
  50. b28133f [webdriver] Delete duplicated and deprecated lints. by copybara-service[bot] · 5 years ago
  51. 280bf32 Add `findChain()` to page objects so that it can be used to generate proper method call chain given internal element ids. by jingbian · 5 years ago
  52. 43b7a14 Project import generated by Copybara. by jingbian · 5 years ago
  53. 5a8d680 Change default spec to JsonWire in test. by Jing Bian · 4 years, 1 month ago
  54. 2ed8145 Fix some compatibility with Dart 2.0.0. by Jing Bian · 4 years, 1 month ago
  55. 0abb970 Remove forwarder as it's not supported in W3C anymore. by Jing Bian · 4 years, 1 month ago
  56. e00e354 Format the previous change. by Jing Bian · 4 years, 1 month ago
  57. 5e38b6d Pass spec down to WebDriver instance creation in test. by Jing Bian · 4 years, 1 month ago
  58. 1e94473 Make default hide postion (100, 0) in case window is too small. by Jing Bian · 4 years, 1 month ago
  59. 6296bb7 Merge branch 'master' of github.com:google/webdriver.dart by Jing Bian · 4 years, 2 months ago
  60. ba2eae6 Update Travis config to fix build breakage. (#221) by jingbian · 4 years, 2 months ago
  61. ab8693d Fix various issues. by Jing Bian · 4 years, 2 months ago
  62. 2d7b5ac Update versions and perform small cleanup (#220) by Jonah Williams · 4 years, 3 months ago
  63. beb9d95 Fix per breaking change to HttpRequest and HttpClientResponse (#216) by Todd Volkert · 4 years, 10 months ago
  64. 7e532dc Prepare for upcoming change to File.openRead() (#215) by Todd Volkert · 4 years, 11 months ago
  65. 6344adc Update pubspec.yaml (#214) by Kevin Moore · 5 years ago
  66. 1f53546 Add upper limit in sdk version (#212) by Max Kim · 5 years ago
  67. 9a187cb Provide toStringDeep() function to WebElement so that it can be displayed better in IntelliJ. by Googler · 5 years ago
  68. 6d7943e [webdriver] Tighten up types. by Googler · 5 years ago
  69. e7d943a [webdriver] Remove `new` and redundant `const`. Use `=` in named parameters. Use new typedef syntax. by Googler · 5 years ago
  70. 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
  71. bdf5d64 Fix forwarder test (#208) by Max Kim · 6 years ago
  72. df7044e misc: prepare for v2 stable (#206) by Kevin Moore · 6 years ago v2.0.0
  73. 21eedee Update geckodriver and fix casting failures (#207) by Max Kim · 6 years ago
  74. 78bb74c Mark as 2.0.0-beta+1 in preparation for publish (#200) by Max Kim · 6 years ago v2.0.0-beta+1
  75. cbc489a Remove deprecated methods (#204) by Max Kim · 6 years ago
  76. 06271d0 A number of clean-up commits (#201) by Kevin Moore · 6 years ago
  77. 33ac552 Remove use of deprecated `retype`. (#199) by Lasse R.H. Nielsen · 6 years ago
  78. 22f7bf3 Update .gitignore, and other fixes (#196) by Kevin Moore · 6 years ago
  79. 541cfed Drop support for pkg:unittest (#198) by Kevin Moore · 6 years ago
  80. 3f71e3b 1. Moved PageLoader's property logic to json wire's specific webdriver. (#195) by jingbian · 6 years ago
  81. 7a0930e Minor fixes for styles (#192) by jingbian · 6 years ago
  82. 6105df6 Add W3C mouse support in Dart webdriver. (#193) by jingbian · 6 years ago
  83. 8eaec8b Add W3C keyboard support in Dart webdriver. (#191) by jingbian · 6 years ago
  84. e1593fe Fix Travis, fix SDK minimum constraint. (#189) by Sam Rawlins · 6 years ago
  85. 3eedafd Fix Dart2 runtime errors seen internally (#190) by Max Kim · 6 years ago
  86. ce2a586 Fix (some) Dart 2 runtime cast errors (#188) by Sam Rawlins · 6 years ago
  87. df7e409 Make empty non-const. (#187) by Max Kim · 6 years ago
  88. df7d6d0 Fix downcast error in async_core.dart (#186) by Ted Sander · 6 years ago
  89. 757b366 Add and clean analyzer lints (#183) by Manuel Ferreria · 6 years ago
  90. cba12db README: Update to add IntelliJ pub instructions (#182) by Manuel Ferreria · 6 years ago
  91. 7cd0fe0 Update chromedriver and geckodriver to the latest version for Travis (#184) by Manuel Ferreria · 6 years ago
  92. 2e22cc2 Fix dynamic_as_bottom warning (#181) by Sam Rawlins · 6 years ago
  93. f27da53 Export JsonWireSpec Exceptions to ease migration from async to sync WebDriver (#179) by Manuel Ferreria · 7 years ago
  94. 7955cb4 Fix authors format. (#178) by staats-google · 7 years ago
  95. 8d18f52 Proper release of v2.0.0-beta. (#176) by staats-google · 7 years ago
  96. 58b43c4 Support converting sync WebDriver and elements to async. Allows easier interoperability between synchronous and asynchronous WebDriver. (#174) by staats-google · 7 years ago
  97. 156abcb Update documentation for WebDriver project. (#173) by staats-google · 7 years ago
  98. 45d8121 Adds logic to automatically infer specification type during WebDriver creation. (#172) by staats-google · 7 years ago v2.0.0-beta
  99. 0045360 Adds support W3C spec exception handling. (#171) by staats-google · 7 years ago
  100. 096c41d Updates target locator test + W3c to pass on Firefox. Updates documentation to reflect common functionality. (#168) by staats-google · 7 years ago