Info
Version: | 3.5.0 |
Author(s): | Joseph Redimerio |
Last Update: | Sunday, April 23, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jredimer2/SeleniumLog_NET_Extension.git |
NuGet Url: | https://www.nuget.org/packages/SeleniumLog |
Install
Install-Package SeleniumLog
dotnet add package SeleniumLog
paket add SeleniumLog
SeleniumLog Download (Unzip the "nupkg" after downloading)
Dependencies
- Selenium.WebDriver(>= 2.33.0)
- Selenium.Support(>= 2.46.0)
Tags
It can output to text and/or console and/or seleniumlog.viewer (can hold screenshots) formats. It has compatible interface to Log4Net (ie., log.Info(), log.Debug(), log.Error(), log.Fatal(), log.Warning()).