Selenium Inspector

Simplified automated testing of Web components, pages and applications

Selenium Inspector is an add-on on top of Selenium.
We support Selenium 1.0.1.

  • Selenium Inspector binaries
  • Source code
  • Selenium server with Java client
  • Selenium Inspector documentation

Easy Integration with Component Libraries

Selenium Inspector API allows to create testing solutions for wide variety of HTML rendering frameworks like JSF component libraries, Spring MVC, Struts, etc. Globally, you can create Java APIs for any library or abstraction. The Java API for inspecting OpenFaces components is already included.

Easier DOM Browsing View Sample

You can specify if there are any child nodes, access them by name and navigate between child nodes or to the parent node.

Compound Inspection

Specialized higher-level Java API simplifies inspection not just on primitive elements, but on compound HTML tags, such as ‹table›, ‹ul›, etc.

Actual Element Style

Selenium Inspector API allows you to check actual view of an element style instead of what is declared in CSS but may not be actually applied.

Convenient Assertion Methods View Sample

Slenium Inspector provides a wide set of assertion methods for checking actual values of attributes and styles of HTML elements as well as evaluating actual results of client side expressions: assertAttribute, assertExpressionEquals, assertStyle, and more…

Free & Open Source

Selenium Inspector is easy to customize and extend. If you want it to do more, you can tune it to your needs, or let us know.



What the Difference?