IBrowser Interface
An interface used to launch a browser and handle the login page behavior.
Syntax
Unit: Sphinx.Browser
IBrowser = interface(IInterface);
Methods
| Name | Description |
|---|---|
| Execute | Launches the browser. The callback will be called when the EndUri is displayed. |
| DefaultRedirectUrl | Returns the default/valid redirect Url for the browser. |
| Options | Provides the browser options. |