GetBrowserTitle
Jump to navigation
Jump to search
This function returns the title of the passed browser.
Syntax
string getBrowserTitle ( browser webBrowser )
Required arguments
- webBrowser: The browser
Returns
Returns the title as a string. Returns false if invalid arguments were passed.
Example
Todo
==See Also