- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 21 Jan, 2022 1 commit
-
-
Yegor authored
Validate WebDriver responses
-
- 15 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 07 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Mouad Debbar authored
This reverts commit cb378edc.
-
Ian Hickson authored
-
- 10 Sep, 2021 1 commit
-
-
Alexander Dahlberg authored
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 20 May, 2021 1 commit
-
-
Yegor authored
FlutterDriver: deprecate enableAccessibility; redirect it to setSemantics; add setSemantics tests (#82939) * deprecate enableAccessibility; redirect it to setSemantics Co-authored-by:
David Iglesias <ditman@gmail.com>
-
- 19 May, 2021 1 commit
-
-
Hattomo (TomohiroHattori) authored
-
- 11 May, 2021 1 commit
-
-
Nguyen Phuc Loi authored
-
- 28 Jan, 2021 1 commit
-
-
Dan Field authored
-
- 29 Oct, 2020 1 commit
-
-
Yegor authored
-
- 27 Oct, 2020 5 commits
-
-
Jonah Williams authored
This reverts commit 3ecac303. Co-authored-by:
Dan Field <dfield@gmail.com>
-
Dan Field authored
Migrate flutter_driver to use package:vm_service
- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
- 06 Oct, 2020 3 commits
-
-
Jonah Williams authored
Reland: #67155 Fixes analysis error caused by landing of material migration, and g3 error caused by moving of fuchsia lib.
-
Jonah Williams authored
This reverts commit e826442e.
-
Jonah Williams authored
Ensures all of the libraries that the application side code import are migrated to null safety. full null safety migration is blocked by json rpc 2 and a breaking change to vm service client.
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 08 Sep, 2020 1 commit
-
-
Angjie Li authored
Allow Developers to enable Accessibility testing on WebFlutterDriver and get the underlying webDriver (#65051)
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 15 Apr, 2020 1 commit
-
-
Pierre-Louis authored
-
- 09 Mar, 2020 1 commit
-
-
Angjie Li authored
* Support Android Chrome for Flutter Web Driver.
-
- 19 Feb, 2020 1 commit
-
-
Angjie Li authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Jan, 2020 1 commit
-
-
Angjie Li authored
-
- 10 Jan, 2020 1 commit
-
-
Angjie Li authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 03 Jan, 2020 1 commit
-
-
Angjie Li authored
-
- 23 Dec, 2019 1 commit
-
-
Francisco Magdaleno authored
This reverts commit cc1c9649.
-
- 20 Dec, 2019 1 commit
-
-
Angjie Li authored
-
- 19 Dec, 2019 1 commit
-
-
Lau Ching Jun authored
This reverts commit 1ef0eadb.
-
- 18 Dec, 2019 1 commit
-
-
Angjie Li authored
* Support Flutter Driver test for Flutter Web application. * Support Flutter Driver test for Flutter Web application. * Fix documentation issues. * Support Flutter Driver test for Flutter Web application. * Fix documentation. * Remove unused file from dartdoc check. * Sync to date. * Revert change to dartdoc. * Address comments. * Apply suggestions from code review Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> * Update copyrights. * Update allowed list for browsers. * Verify command line arguments for Drive command is correctly parsed. * Make waitUntilFirstFrameRasterized throw unimplementedError for Flutter Web Driver. * Add comment for why sync WebDriver is used. * Update documentations. * Add more unit tests and update documentation. * Configure test.dart so that web_extension_test will be executed with --platform=chrome. * Revert unnecessary changes. * Add new file path for Windows to blacklist. * Reconstruct the structure of flutter_driver/test/src folder to remove filtering logic in dev/bots/test.dart/ * Fix path to web_extension_test.dart. * Add instructions for how to use WebFlutterDriver. * Update getLayerTree to use sendCommand instead of _sendCommand. * Update pubspec files.
-