Website.open_new_page#

Website.open_new_page(url, new=False, different_origin=False)#

Opens another URL.

This function should only be called after the app starts running.

Parameters:
  • url (str) – URL of the new page.

  • new (bool, default=False) – If True, the URL will be opened in a new tab/window.

  • different_origin (bool, default=False) – Set it as True only if the URL includes a different origin.

Return type:

None