tocsharp
- 51,498 total downloads
- last updated 3/27/2022
- Latest version: 0.5.8
Async .Net Chrome WebDriver and Chrome DevTools through a single connection.
- 46,247 total downloads
- last updated 3/27/2022
- Latest version: 1.4.6
Async WebDriver is base for different WebBrowser drivers
- 39,482 total downloads
- last updated 2/8/2019
- Latest version: 1.0.2
.NET port of Microsoft's TypeScript parser for simple AST manipulation
- 33,644 total downloads
- last updated 11/3/2017
- Latest version: 1.3.12
Async Firefox Driver connects directly to Marionette and is async from this connection. No need in geckodriver.exe. AsyncFirefoxDriver implements IAsyncWebBrowserClient interfaces and can be used as AsyncWebDriver.
- 26,663 total downloads
- last updated 3/27/2022
- Latest version: 0.2.6
Interfaces for Browser Drivers and WebDriver
- 11,099 total downloads
- last updated 5/6/2019
- Latest version: 0.5.5
Opera WebDriver and Opera DevTools through a single connection
- 6,643 total downloads
- last updated 9/27/2017
- Latest version: 1.1.2
AsyncFirefoxDriver extensions
- 5,775 total downloads
- last updated 10/21/2017
- Latest version: 0.1.7
Adapter to run Selenium tests through AsyncChromeDriver
- 5,463 total downloads
- last updated 10/21/2017
- Latest version: 0.1.7
Adapter to run Selenium tests through AsyncFirefoxDriver
- 4,586 total downloads
- last updated 5/20/2020
- Latest version: 0.5.6
Chrome DevTools Client for AsyncChromeDriver
- 3,032 total downloads
- last updated 10/21/2017
- Latest version: 0.1.7
Adapter to run Selenium tests through AsyncOperaDriver
TameRoslyn
by:
tocsharp
- 1,640 total downloads
- last updated 10/26/2017
- Latest version: 1.0.2
The mutable wrapper of Microsoft's .NET Compiler Platform ("Roslyn") syntax tree. For simple manipulation of C# files.
- 117 total downloads
- last updated 12/4/2021
- Latest version: 0.0.1
Fast, lightweight and simple to use .NET parser combinator based on Spans.
Parser<ulong> hex = Terms.Pattern(c => Character.IsHexDigit(c)).AsHex();
Parser<(ulong Start, ulong End)> AddressRangeParser = '['.And(hex).Skip(" - ").And(hex).Skip(']');