DesktopApp.open_new_page#

DesktopApp.open_new_page(url)[source]#

Opens a new window that has the specified URL.

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

Parameters:

url (str) – URL of the new page.

Return type:

None