browser class : browser() fitter
Description
Returns a new instance of browser class.
Syntax
new browser()
Arguments
None.
Return value
Class | Description |
browser | A new instance of browser class. |
Sample code
1: | browser instance = new browser(); // Main-browser |
Notes
It is default fitter automatically generated. Returns an instance as same as getting by variable declaration.
The returned instance has been initialized with the Main-browser.
Links for reference
None.