window class : SubJSExecutor getter

Description

Returns the jsexecutor for the Sub-browser.

Syntax

instance.SubJSExecutor

Arguments

None.

Return value

ClassDescription
jsexecutorThe jsexecutor for the Sub-browser.

Sample code

1:

window w = new window();

2:

jsexecutor jse = w.SubJSExecutor;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.