The BrowserWindow object manages a single mini-browser window created by the WindowManager.
Title (write-only)
Type: String
The title to display on the mini-browser window.
Navigate(url)
url: String
Navigate to the specified url.
SetHTML(html)
html: String
Fill in the window with the given HTML. (PSS 7.02+)
SubmitForm(name)
name: String
Submit the form with the given name as if the "submit" button was pressed. (PSS 7.02+)