-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
WebdriverIO Version
latest
Node.js Version
v20.19.0
Mode
WDIO Testrunner
Which capabilities are you using?
N/AWhat happened?
The "terminateApp" command supports the "options" parameter, but WebdriverIO doesn't allow it currently.
https://appium.github.io/appium.io/docs/en/commands/device/app/terminate-app/
What is your expected behavior?
Add support to the command as the API specifies
How to reproduce the bug.
Just run a test with appium, and include the command:
await browser.terminateApp(appId, {timeout: 5000})This is currently not supported
Relevant log output
Error: Wrong parameters applied for terminateApp
Usage: terminateApp(appId)
Property Description:
"appId" (string): App ID (package ID for Android, bundle ID for iOS)
For more info see https://appium.github.io/appium.io/docs/en/commands/device/app/terminate-app/Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Reactions are currently unavailable