window class : MainJSExecutor getter
Description
Returns the jsexecutor for the Main-browser.
Syntax
instance.MainJSExecutor
Arguments
None.
Return value
Class | Description |
jsexecutor | The jsexecutor for the Main-browser. |
Sample code
1: | window w = new window(); |
2: | jsexecutor jse = w.MainJSExecutor; |
Notes
None.
Links for reference
None.