The JavaScript View enables the developer to explore and interact with the web application by evaluating JavaScript expressions. The result of the expression is rendered as a tree which the developer can use to further explore JavaScript values. Any expression can be evaluated, even function calls that can result in page modifications, giving the developer full control of the web application.
The developer can also explore the JavaScript represention of DOM nodes in the
Document. This is done by a Right-click over any DOM Node in the DOM Inspector
View and selecting Evaluate Node.
The view also provides the following toolbar buttons:
To open the view:
Related concepts