Versions Compared

Key

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

Table of Contents

Overview

rdkbrowser2 is the browser application based on WPE, it is integrated with following components which enables it with new features compared with legacy rdkbrowser.

...

  rdkbrowser2 can be launched in two different ways:

    • Server Mode: --server  - Launch the browser in a server(“tab”) mode

      It could be directly launched as:

        /usr/bin/rdkbrowser2 --server 

      Also can launch _rdkbrowser2_server.sh, script file to run rdkbrowser2 as a server.

    • Standalone mode: --url <url> - Launch opening a specific URL 

      web pages could be launched using rdkbrowser2 by passing the URL. 

      /usr/bin/rdkbrowser2 --url  http://www.google.com

...