window class : MainJSExecutor getter

Description

Returns the jsexecutor for the Main-browser.

Syntax

instance.MainJSExecutor

Arguments

None.

Return value

ClassDescription
jsexecutorThe jsexecutor for the Main-browser.

Sample code

1:

window w = new window();

2:

jsexecutor jse = w.MainJSExecutor;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.