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