Unanswered question

Javascript window object ?

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

Eric N.
Eric N.

Eric N.

Level
0
38 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.

Eric N.
Eric N.

Eric N.

Level
0
38 / 100
points

Hello Nouredine, In this case, is there a way to get the Web browser objects ?