IBrowserFunctions Interface

An interface that defines the available KioWare web browser functions.

Methods

Type Signature
void goHome()
Navigate the main browser to the start page.
void goBack()
Navigate the main browser back one page.
void goForward()
Navigate the main browser forward one page.
void goBackOrForward(int steps)
Navigate the main browser forward a specified number of pages.
void doRefresh()
Refresh the current page in the main browser.
void loadUrl(String url)
Navigate the main browser to a specific URL.
String getUrl()
Get the current URL from the main browser.