-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Selenium WebDriver extensions is a set of a extensions for Selenium WebDriver that allows you to enhance the possibilities of Selenium. The library has been created as a way of giving Selenium jQuery selector support which can be much more flexible and powerful than build-in Selenium selectors. But since that point the extensions have evolved and currently it supports also Sizzle selectors, query selectors and means to invoke your own JavaScript code a little easier.
The extensions are distributed as a set of nuGet packages on the official nuget.org feed. The library is divided into several smaller packages so that in case you won't to use only part of it's functionality you don't have to install the whole package.
Using the library
Extending the library