OPENWEBPAGE

Opens a web page based on a url.

Syntax

OPENWEBPAGE(url)

  • url - the url of the web page, which should be opened - Value type: string

Example

All these calls open the nedyx home page.

  • OPENWEBPAGE(“https://nedyx.com”)

  • OPENWEBPAGE(“http://nedyx.com”)

  • OPENWEBPAGE(“nedyx.com”)