Skip to content

Commit 93f6d6c

Browse files
Update template.mustache (#25)
* Update template.mustache * Update README.md
1 parent 4d6ebeb commit 93f6d6c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ The current Appium Flutter Driver is built on top of the `flutter_test` SDK, whi
2525

2626
This driver is built using [Flutter Integration Test](https://docs.flutter.dev/cookbook/testing/integration/introduction).
2727

28+
:star: **⁠Strong Typing & Fluent APIs:** Ensures robust and easy-to-use interfaces.
29+
30+
:star: **⁠Element Handling**: Automatically waits for elements to attach to the DOM before interacting.
31+
32+
:star: **⁠Seamless Context Switching**: No need to switch between contexts, such as Flutter and native; the driver handles it effortlessly.
33+
34+
:star: **Auto Wait for Render Cycles**: Automatically waits for frame render cycles, including animations and screen transitions.
35+
36+
:star: **Simplified Powerful Gestures**: Supports powerful yet simplified gestures like LongPress, ScrollToElement, DragAndDrop, and DoubleClick.
37+
38+
:star:**Element Chaining**: Allows chaining of elements, enabling you to find child elements under a specific parent easily.
39+
2840
## How to Use Appium Flutter Integration Driver
2941

3042
1. In your Flutter app's `pubspec.yaml`, add the following dependencies:

template.mustache

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ The current Appium Flutter Driver is built on top of the `flutter_test` SDK, whi
2525

2626
This driver is built using [Flutter Integration Test](https://docs.flutter.dev/cookbook/testing/integration/introduction).
2727

28+
:star: **⁠Strong Typing & Fluent APIs:** Ensures robust and easy-to-use interfaces.
29+
30+
:star: **⁠Element Handling**: Automatically waits for elements to attach to the DOM before interacting.
31+
32+
:star: **⁠Seamless Context Switching**: No need to switch between contexts, such as Flutter and native; the driver handles it effortlessly.
33+
34+
:star: **Auto Wait for Render Cycles**: Automatically waits for frame render cycles, including animations and screen transitions.
35+
36+
:star: **Simplified Powerful Gestures**: Supports powerful yet simplified gestures like LongPress, ScrollToElement, DragAndDrop, and DoubleClick.
37+
38+
:star:*⁠*Element Chaining**: Allows chaining of elements, enabling you to find child elements under a specific parent easily.
39+
2840
## How to Use Appium Flutter Integration Driver
2941

3042
1. In your Flutter app's `pubspec.yaml`, add the following dependencies:

0 commit comments

Comments
 (0)