How to perform installApp, activateApp, terminateApp with flutter driver

41 views
Skip to first unread message

Piyush Sharma

unread,
Jun 12, 2023, 5:06:49 AM6/12/23
to qaf users
I could not figure out how to perform installApp, activateApp, terminateApp function with flutter driver.
 Looks like the above functions are supported by appium flutter driver.
Release Notes : 1.10, 1.11, 1.22
Can anyone please describe how to perform using qaf flutter library.

cjayswal

unread,
Jun 20, 2023, 5:13:31 PM6/20/23
to qaf users
looking to the command list, those are available under appium scope. So you should be able to directly call respective method available with driver.
For example:
```
  driver = (AppiumDriver<WebElement>)getDriver().getUnderLayingDriver();
  driver.activateApp("appId")
```
Reply all
Reply to author
Forward
0 new messages