You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDriver Selenese HTML Runner (WSHR)
This small library makes it possible to run Selenium HTML tests
programmatically.
Background
Many projects use Selenium IDE to record tests in HTML format and run them
with "classic" Selenium. WSHR parses these files and uses Webdriver to
execute them.
Usage
WSHR does not have its own commandline runner, but can be used from any
Java class. Typically you would use it from JUnit, TestNG, JBehave or even
Fitnesse fixtures.
See GoogleTest.java for a concrete example.
TODOs
* Neko
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> must
be changed to <html> - otherwise neko says 0 nodes. Neko config?
* Reporting
Output HTML. Write to a passed stream instead of stdout.
Originally reported on Google Code with ID 175
Reported by
flobakkon 2009-03-24 15:15:06- _Attachment: [webdriver-selenese-html-runner.zip](https://storage.googleapis.com/google-code-attachments/selenium/issue-175/comment-0/webdriver-selenese-html-runner.zip)_