Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the description of mobile:deepLink API #2776

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/basics/test-config-annotation/test-annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Appium JS-Executor methods for Real Device Testing in Sauce Labs are limited and
| `"sauce:job-info={'build':'mybuild','name':'my test name', 'public':'team}"` | Sets one or more job information fields to the values sent in the JSON-formatted dictionary. |
| `"sauce:inject-image=[base64_encoded_image]"` <small><span className="sauceGreen">RDC ✓</span></small> | Points to file for testing image injection (e.g., barcode scanning). |
| `"sauce:performanceEnable"` | Allows performance metrics to be collected. |
| `"mobile:deepLink"` | Opens the given URL with the default or the given application. This functionality is only available since iOS version 17. The following arguments are supported: `url` (required) The URL to be opened; `bundleId` (optional) The bundle identifier of an application to open the given url with. If not provided then the default application for the given url scheme is going to be used. |
| `"sauce:performanceDisable"` | Pauses performance metrics collection. |

:::note
Expand Down
Loading