Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Nov 23, 2023
1 parent 2ca1f1f commit 4606363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Under the hood, Appium Flutter Driver uses the [Dart VM Service Protocol](https:
- `WEBVIEW` context manages the WebView contents over Appium UiAutomator2/XCUITest driver
- Appium UiAutomator2/XCUITest drivers must be sufficient to achieve automation if the application under test had `semanticLabel` properly. Then, the accessibility mechanism in each OS can expose elements for Appium through OS's accessibility features. Then, this driver is not necessary. (Recommended)
- For example, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) does not work in the Appium UiAutomator2/XCUITest drivers, but can work in the Appium Flutter Driver
- Potentially https://github.com/flutter/flutter/pull/138331 will allow [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) to be `resource-id` or `accessibilityIdentifier`, then UiAutomator2/XCUITest drivers also can handle `Key` without this driver
- Potentially, https://github.com/flutter/flutter/pull/138331 will allow [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) to be `resource-id` or `accessibilityIdentifier`, then UiAutomator2/XCUITest drivers also can handle `Key` without this driver
- `"appium:disableIdLocatorAutocompletion": true` would be necessary to make `resource-id` idea work without any package name prefix like Android compose.

## Installation

Expand Down

0 comments on commit 4606363

Please sign in to comment.