Examples of AsyncChromeDriver usage.
It is AsyncChromeDriver playground. I will experiment here.
You may write any pull requests, any issues here. Feel free.
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.
Adapter to run Selenium tests through AsyncChromeDriver.
It is experimental project, firstly for testing my other projects: IAsyncWebBrowserClient, AsyncChromeDriver, AsyncWebDriver.
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