Skip to content
Lukasz Rajchel edited this page Mar 9, 2015 · 7 revisions

Selenium WebDriver Extensions

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.

Clone this wiki locally