Open deep link - operation¶
- Roku
- Xfinity / Xumo TV / XClass TV
This operation opens a specified deep link in the application.
On supported platforms this operation works very similarly to the Open app with a deep link parameter. The difference is that Open deep link allows for opening a deep link during a test run without reopening the application.
To perform this operation in the Suitest Test editor use the Open deep link line.
To perform this operation in the Suitest JavaScript API use
the openDeepLink
command:
// Open a deep link
await suitest.openDeepLink('contentID=2c4e8ea1ad2f4a8d9d244f5dd4cc47b6&mediaType=movie');