browser class : Reload() method
Description
Reloads the page.
Syntax
instance.Reload()
Arguments
None.
Return value
None.
Sample code
1: | browser b; // Main-browser |
2: | b.Reload(); // Asynchronous reloading. |
Notes
The reload does asynchronous. That is, the method exits without waiting for the reload to complete.
Events related to page navigation occur.
Links for reference
None.