Skip to content

Commit 24d31ca

Browse files
committed
docs: note that activateApp is also a roku command
1 parent 318b564 commit 24d31ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ await driver.executeScript('roku: pressKey', [{key: 'Home'}])
9898
|`roku: deviceInfo`||Get information about the Roku device|
9999
|`roku: getApps`||Get a list of apps installed on the device. The response will be a list of objects with the following keys: `id`, `type`, `subtype`, `version`, and `name`.|
100100
|`roku: activeApp`||Get information about the active app, in the same format as `roku: getApps`.|
101+
|`roku: activateApp`|`appId` (required), `contentId`, `mediaType`|Launch an app with the corresponding `appId`. Optionally include `contentId` and `mediaType` information (with the same properties as described above for the `activateApp` command)|
101102

102103
## Contributing
103104

0 commit comments

Comments
 (0)