IsBrowserLoading
Jump to navigation
Jump to search
This function checks if a browser is currently loading a website.
Syntax
bool isBrowserLoading ( browser webBrowser )
Required arguments
- webBrowser:*** The browser
Returns
Returns true if the browser is loading a website, false otherwise and nil if invalid arguments were passed.
Example
Todo
See Also
Todo