You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,10 @@ For more details, refer to the documentation for each driver:
154
154
| appium:flutterSystemPort| The number of the port on the host machine used for the Flutter server. By default the first free port from 10000..11000 range is selected. It is recommended to set this value if you are running parallel tests on the same machine. | No |
155
155
| appium:flutterEnableMockCamera| Mock camera image. This works if the AUT uses [image_picker](https://pub.dev/packages/image_picker). Make sure the server is started with `--allow-insecure=adb_shell` for android | No |
156
156
| appium:flutterElementWaitTimeout| Time in ms to wait for element to be in viewport, Default is 5000ms | No |
157
+
| appium:flutterScrollMaxIteration| Max Iteration of scroll as an Integer value, Default value is 15 | No |
158
+
| appium:flutterScrollDelta| The Scroll Delta as a double value, Default value is 64 | No |
159
+
160
+
157
161
🚨 **Important Notice for iOS Testing**
158
162
159
163
⚠️ Testing on real iOS devices for `semanticsLabel` may not work due to an issue raised with Flutter. For updates and more information, please refer to [GitHub issue #151238](https://github.com/flutter/flutter/issues/151238).
0 commit comments