Add an address bar

Add an address bar for the Web browser object.

Tip: The address that you enter must start with the protocol. For example, https://rockwellautomation.com

Prerequisites

Configure a web browser.

To add an address bar
  1. In Project view, create a Web Browser object.
  2. Create an Editable Label object.
  3. Create variable of String data type.

    For more information, see Variables.

  4. (optional) Determine the start page by entering a web address as the variable value.

    For example, enter https://www.rockwellautomation.com

  5. Create a dynamic link between the Text property of the Editable Label object and the variable.

    For more information about dynamic links, see Create dynamic links.

  6. Create a dynamic link between the URL property of the Web Browser object and Editable Label Text property.

    For more information about dynamic links, see Create dynamic links.