Tag Archives: WebDriver

Capturing web page screenshot using WebDriver API


You can use the below snippet to take screenshot and save it where you want. Commons IO libraries can be downloaded here: http://commons.apache.org/io/download_io.cgi

Getting started with WebDriver: A simple example


To start with, WebDriver is a tool that’s pretty useful in automating the testing of web apps. As of writing this post, Selenium, another popular and well established testing framework, integrated WebDriver API into Selenium v1 in its Selenium v2.x release. If you’d like to read more about WebDriver and Selenium, click here. What do you […]