Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
ATF/Help/Tools/JSEval
JavaScript
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:
- Go to Windows menu.
- Select Show View and Other... to open the Show View dialog.
- Under the Mozilla category, select JavaScript.