Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ATF/Help/Tools/JSEval

< ATF‎ | Help

JsEval.gif 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 JsEval.gif Evaluate Node.

The view also provides the following toolbar buttons:

  • Clear.gif Clear - Clears the result table.

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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.