Skip to content

Commit 950ff4a

Browse files
docs: updated readme with flutter inspector wiki (#44)
1 parent 82a01fd commit 950ff4a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Real Device: Check xcode device logs.
133133
```
134134

135135
## [Getting Started](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/wiki/Get-Started)
136+
## [How to Inspect elements?](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/wiki/Flutter-Inspector)
137+
136138
## Appium Flutter Integration Driver vs. Appium UiAutomator2/XCUITest Driver
137139

138140
- The driver manages the application under test and the device under test via Appium UiAutomator2/XCUITest drivers.
@@ -144,8 +146,6 @@ For more details, refer to the documentation for each driver:
144146
- [Appium UiAutomator2 Driver](https://github.com/appium/appium-uiautomator2-driver)
145147
- [Appium XCUITest Driver](https://appium.github.io/appium-xcuitest-driver/latest)
146148

147-
## How to Inspect elements?
148-
- You can use the flutter inspector tool to inspect the elements in your Flutter app. You can find the tool [here](https://docs.flutter.dev/tools/devtools/inspector)
149149

150150
## Capabilities for Appium Flutter Integration Driver
151151

template.mustache

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Real Device: Check xcode device logs.
133133
```
134134

135135
## [Getting Started](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/wiki/Get-Started)
136+
## [How to Inspect elements?](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/wiki/Flutter-Inspector)
137+
136138
## Appium Flutter Integration Driver vs. Appium UiAutomator2/XCUITest Driver
137139

138140
- The driver manages the application under test and the device under test via Appium UiAutomator2/XCUITest drivers.
@@ -144,9 +146,6 @@ For more details, refer to the documentation for each driver:
144146
- [Appium UiAutomator2 Driver](https://github.com/appium/appium-uiautomator2-driver)
145147
- [Appium XCUITest Driver](https://appium.github.io/appium-xcuitest-driver/latest)
146148

147-
## How to Inspect elements?
148-
- You can use the flutter inspector tool to inspect the elements in your Flutter app. You can find the tool [here](https://docs.flutter.dev/tools/devtools/inspector)
149-
150149
## Capabilities for Appium Flutter Integration Driver
151150

152151
| Capability | Description | Required |

0 commit comments

Comments
 (0)