Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Platform : Provides platform-specific hooks to implement generic algorithms.

rdkbrowser2 Controls

App rdkbrowser2-control is an app for discovering RDKBrowser2 RtRemote Server Object and invoking its RtRemote based API.

Only works in conjunction with /usr/bin/rdkbrowser2.sh

...

start /usr/bin/rdkbrowser2-control in a separate shell

Sample control sequence:

rdkbrowser2tab = rt.locate()
rdkbrowser2tab.transparentBackground = false
rdkbrowser2tab.proxies = [ { "pattern" "*""useproxy" "http://<ip>:<port>" }]
rdkbrowser2tab.url = "https://www.google.com/"
rdkbrowser2tab.evaluateJavaScript("startTest()")