Provides context-sensitive help for the currently selected command.
13.4 BUILDINGTESTCASES
To build a test case, simply click on Record and perform the actions you want to test on the page.
The IDE will record each step as a Selenium command. You can then edit the commands, add
validations and parameterize values.
13.5 RUNNINGTESTCASES
To run a test case, simply click the green Run button. The test will execute and report on any
failures. You can also set breakpoints to pause execution.
The results panel at the bottom shows a summary of commands run and any failures. Click on a
failure for details.
13.6 USING