GetBrowserTitle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function returns the title of the passed browser. ==Syntax== <syntaxhighlight lang="lua"> string getBrowserTitle ( browser webBrowser ) </syntaxhighlight> ===Requir...") |
mNo edit summary |
||
Line 17: | Line 17: | ||
Todo | Todo | ||
==See Also | ==See Also== | ||
Todo |
Revision as of 11:32, 23 September 2014
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
Todo