Now available on nuget:
PM> Install-Package Webinator
Feature ListWebinator is a c# library that provides a wrapper around WebDriver and WatiN, adds missing functionality (such as XPath support for WatiN), using a framework that makes it easy to add other browser automation tools as they become available.
Now with
LINQ-to-DOM capabilities.
This project is approaching beta status; it is usable, and at this point fairly stable - the API is not likely to change much, if at all.
Please refer to the following guides to get started:
The following open-source libraries are included and conform to their respective licenses:
If you will be developing Webinator please refer to the
Developer Guide