1

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("[]")?

Jeffrey Zhao
  • 4,923
  • 4
  • 30
  • 52

1 Answers1

0

The JavaScript array can be created only using the 'ExecuteJavaScriptAndReturnValue' method.

Eugene Yakush
  • 259
  • 4
  • 6