IBrowser Properties |
The IBrowser type exposes the following members.
| Name | Description | |
|---|---|---|
| AllFrames |
Gets all the frames on the currently loaded web page.
| |
| Audio |
Gets the IAudio instance that allows controlling audio on the loaded web page and receive
notifications when audio has been
started or stopped playing.
| |
| Capture |
Gets the ICapture instance that can be used for listening and handling capture sessions.
| |
| CreatePopupHandler |
Gets or sets a handler that is used when the browser decides whether a new popup instance can be created or not.
| |
| DevTools |
Gets the IDevTools instance that allows working with Chromium Developer Tools for this browser.
| |
| Dialogs |
Gets the IDialogs instance that can be used for configuring the dialogs that can be shown by
browser.
| |
| DragAndDrop |
Gets the IDragAndDrop instance that can be used for managing drag&drop operations for the
browser.
| |
| Engine |
Gets the IEngine instance associated with this browser.
| |
| Favicon |
Gets the favicon of the currently loaded web page.
| |
| FocusedFrame |
Gets the focused frame on the currently loaded web page.
| |
| InjectCssHandler |
Gets or sets a handler that is used when the document element has been created and a custom stylesheet can
be injected into the document.
| |
| InjectJsHandler |
Gets or sets a handler that is used when the document element has been created and a custom JavaScript can
be injected into the document.
| |
| IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
| JsDialogs |
Gets the IJsDialogs instance that can be used for configuring the JavaScript dialogs that can be
shown by browser.
| |
| Keyboard |
Gets the IKeyboard instance that can be used for listening and simulating keyboard input events.
| |
| MainFrame |
The main frame on the currently loaded web page, if it exists.
| |
| Mouse |
Gets the IMouse instance that can be used for listening and simulating mouse input events.
| |
| Navigation |
Gets the INavigation instance that can be used for controlling navigation in the current browser
instance.
| |
| OpenPopupHandler |
Gets or sets a handler that is used when a new popup browser instance should be opened.
| |
| Passwords |
Gets the IPasswords instance that can be used for working with logins and passwords
saved in the Chromium password store.
| |
| PrintHtmlContentHandler |
Gets or sets a handler that is used when the HTML content printing is initiated.
| |
| PrintPdfContentHandler |
Gets or sets a handler that is used when the PDF content printing is initiated.
| |
| Profile |
Gets the IProfile instance associated with this browser.
| |
| RequestPrintHandler |
Gets or sets a handler that is used when the printing is initiated.
| |
| SelectCertificateHandler |
Gets or sets a handler that is used when the web server requires authorization via client certificate.
| |
| Settings |
Gets the IBrowserSettings instance that can be used for modifying the settings of the browser.
| |
| ShowContextMenuHandler |
Gets or sets a handler that is used when the browser should show a context menu.
| |
| Size |
Gets or sets the browser size.
| |
| StartDownloadHandler |
Gets or sets a handler that is used when the browser is about to start downloading the file.
| |
| TextFinder |
Gets the ITextFinder instance that can be used for finding text on a web page loaded in the
browser.
| |
| Title |
Gets the title of the currently loaded web page.
| |
| Touch |
Gets the ITouch instance that can be used for listening touch input events.
| |
| Url |
Gets the URL of the currently loaded web page or an empty string if
the browser hasn't loaded any web page yet.
| |
| UserAgent |
Gets or sets the user-agent of the current browser instance.
| |
| Zoom |
Gets the IZoom instance that can be used for zooming content of a web page loaded in the current
browser instance.
|