Groups
Groups
Sign in
Groups
Groups
qaf users
Conversations
Labels
About
Send feedback
Help
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 AM
6/12/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
https://github.com/appium-userland/appium-flutter-driver/blob/main/driver/CHANGELOG.md#1100
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 PM
6/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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