Unanswered question

Javascript window object ?

Neoload seems not understand the object window.
Example : window.JSON
Or did I missed something ?

Answers

The object window are used with web browser to allow access to browser window and HTML page. In NeoLoad we use Rhino which is anĀ  implementation of ECMAScript/JavaScript 1.7. Rhino does not know anything about HTML pages and windows that's why it can't work.