Skip to main content

Remote Control

Close App​

Restrictions: "none"

Close App

Closes the currently opened application on the device.

Inputs​

NameTypeDescriptionRequiredDynamic

Outputs​

NameTypeDescription
defaultnull

Open App​

Restrictions: "none"

Open App

Open the targeted application or build.

Inputs​

NameTypeDescriptionRequiredDynamic
coldStartbooleanClose the app if it is already open before opening it again.NoNo

Outputs​

NameTypeDescription
defaultnull

Enter Text​

Restrictions: "none"

Enter Text

Enters the provided string of text via a given keyboard.

Inputs​

NameTypeDescriptionRequiredDynamic
keyboardenumSpecify the keyboard to use for text entry.YesNo
textstringThe text to be entered.YesYes
waitBetweenKeysdurationWait time between each key press.NoNo
waitAfterInputnumberWait after sending the full input before executing the next step.NoNo
focusstringSpecify the the initial focused key when the keyboard is shown. Will use the keyboard's default if not specified.NoNo
submitbooleanWhether or not to press the keyboard submit key after inputting the text.YesNo
submitKeystringThe key to be pressed to submit the text input.YesNo

Outputs​

NameTypeDescription
defaultnull

Press Key​

Restrictions: "none"

Press Key

Sends a remote command to the TV.

Inputs​

NameTypeDescriptionRequiredDynamic
keyCodeSequencekeyDefine the sequence of keys to press.YesNo
waitBetweenKeysdurationWait time between each key press.NoNo
waitAfterInputdurationWait after sending the full input before executing the next step.NoNo

Outputs​

NameTypeDescription
defaultnull

Tap Screen​

Restrictions: "none"

Tap Screen

Sends a remote command to the TV.

Inputs​

NameTypeDescriptionRequiredDynamic
xnumberThe normalized x-coordinate (0 <= x <= 1) of the tap.YesNo
ynumberThe normalized y-coordinate (0 <= y <= 1) of the tap.YesNo
asyncbooleanSend the tap event asynchronously.YesNo
waitAfterInputdurationWait after sending the full input before executing the next step.NoNo

Outputs​

NameTypeDescription
defaultnull

Swipe Screen​

Restrictions: "none"

Swipe Screen

Sends a swipe command to the device.

Inputs​

NameTypeDescriptionRequiredDynamic
startXnumberThe normalized x-coordinate (0 <= x <= 1) of the swipe start point.YesNo
startYnumberThe normalized y-coordinate (0 <= y <= 1) of the swipe start point.YesNo
endXnumberThe normalized x-coordinate (0 <= x <= 1) of the swipe end point.YesNo
endYnumberThe normalized y-coordinate (0 <= y <= 1) of the swipe end point.YesNo
durationdurationDuration of the swipe in milliseconds.YesNo
waitAfterInputdurationWait after sending the full input before executing the next step.NoNo

Outputs​

NameTypeDescription
defaultnull