GetBrowserProperty
Jump to navigation
Jump to search
This function get a property to the web browser.
Syntax
bool getBrowserProperty ( string key )
OOP Syntax Help! I don't understand this!
- Method: browser:getProperty(...)
- Counterpart: getBrowserProperty
Required arguments
- key: The browser property key. It can be:
- mobile: Surfing the web as mobile
Returns
Returns the value if the property was successfully found, false otherwise.
Example
Todo
See also
- canBrowserNavigateBack
- canBrowserNavigateForward
- createBrowser
- executeBrowserJavascript
- focusBrowser
- getBrowserProperty
- getBrowserSettings
- getBrowserSource
- getBrowserTitle
- getBrowserURL
- injectBrowserMouseDown
- injectBrowserMouseMove
- injectBrowserMouseUp
- injectBrowserMouseWheel
- isBrowserDomainBlocked
- isBrowserFocused
- isBrowserLoading
- isBrowserRenderingPaused
- loadBrowserURL
- navigateBrowserBack
- navigateBrowserForward
- reloadBrowserPage
- requestBrowserDomains
- resizeBrowser
- setBrowserAjaxHandler
- setBrowserProperty
- setBrowserRenderingPaused
- setBrowserVolume
- toggleBrowserDevTools