Selenium 2

By xngo on February 22, 2019

To the perfect testing framework for web applications.

The api is located at

What are new: - Merge the best of Selenium and Webdriver. - Complete change of the api. - Bundle into a standalone jar.

Note: By default, Javascript for HtmlUnitDriver is disabled. Use setJavascriptEnabled() to enable like the following:

HtmlUnitDriver driver = new HtmlUnitDriver();
driver.setJavascriptEnabled(true);

Tutorials

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.