Skip to content

ToCSharp/AsyncChromeDriverExamplesAndTests

Repository files navigation

AsyncChromeDriverExamplesAndTests

Examples of AsyncChromeDriver usage.
It is AsyncChromeDriver playground. I will experiment here.
You may write any pull requests, any issues here. Feel free.

Join the chat at https://gitter.im/AsyncWebDriver/Lobby

SeleniumAdapter is adapter of Selenium interfaces to SyncWebDriver. So we can run Selenium tests on AsyncWebDriver. Here is Unit Tests from Selenuim, which we can run to test functionality of all projects and its connections.

AsyncChromeDriver.SeleniumAdapter

Adapter to run Selenium tests through AsyncChromeDriver.
It is experimental project, firstly for testing my other projects: IAsyncWebBrowserClient, AsyncChromeDriver, AsyncWebDriver.

Usage

Install AsyncChromeDriver.SeleniumAdapter via NuGet

Remove Selenium.WebDriver from NuGet References,
Add AsyncChromeDriver.SeleniumAdapter from NuGet

PM> Install-Package AsyncChromeDriver.SeleniumAdapter

Change

using OpenQA.Selenium.Chrome;
to
using Zu.AsyncChromeDriver.SeleniumAdapter

About

Examples of AsyncChromeDriver usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages