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