Skip to content

Commit

Permalink
address feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
tungmhoang committed Oct 7, 2024
1 parent 84ae2b3 commit 98a8349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/release-notes/pages/all-releases/4_15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ This release introduces the option to enable/disable unlimited retention of devi

== Script-based Automation: Launch an Appium Server session using the Flutter Integration driver (Beta)

Previously, we introduced support for launching an automation session using the Appium Flutter driver. With this released, support for automation sessions using the Appium Flutter Integration driver is available.
Previously, we introduced support for launching automation sessions with the Appium Flutter driver. With this release, we've expanded support to include automation sessions using the Appium Flutter Integration driver.

Before you can start using the Appium Flutter Integration driver, ensure the following prerequisites are met:

* *Flutter App Preparation*: Pre-process your Flutter app-under-test to enable the Flutter Integration driver extension. This step is crucial for the Appium Flutter Integration driver to interact with your app.

* *Server Selection*: Run your automation test script using our basic Appium 2.0 server. To do this, set `'kobiton:runtime'` to `'appium'`. Please note that the Appium Flutter driver is not supported by Xium.
* *Server Selection*: Run your automation test script using our basic Appium 2.0 server. To do this, set `'kobiton:runtime'` to `'appium'`. Please note that the Appium Flutter Integration driver cannot be used with Xium, Kobiton's default mobile automation method.

* *Capability Configuration*: Change the value of the capability `'appium:automationName'` to `'FlutterIntegration'`. This tells the Appium server to use the Flutter Integration driver for your test session.

Expand Down

0 comments on commit 98a8349

Please sign in to comment.