It seems we can create JSObject
by CreateObject
method from a context object, but it seems we cannot create a JSArray
? Is there a way other than ExecuteJavaScriptAndReturnValue("[]")
?
Asked
Active
Viewed 91 times
1

Jeffrey Zhao
- 4,923
- 4
- 30
- 52
1 Answers
0
The JavaScript array can be created only using the 'ExecuteJavaScriptAndReturnValue' method.

Eugene Yakush
- 259
- 4
- 6
-
Is it by design? – Jeffrey Zhao Apr 27 '18 at 18:06