Skip to content

Commit 643e0aa

Browse files
Updated the ReadMe file to add details regarding changes in capabilities related to Scroll (#80)
1 parent 37ac332 commit 643e0aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ For more details, refer to the documentation for each driver:
154154
| 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 |
155155
| 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 |
156156
| 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+
157161
🚨 **Important Notice for iOS Testing**
158162

159163
⚠️ 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

Comments
 (0)