HttpGhost 2.0.0.6
Install-Package HttpGhost -Version 2.0.0.6
dotnet add package HttpGhost --version 2.0.0.6
<PackageReference Include="HttpGhost" Version="2.0.0.6" />
paket add HttpGhost --version 2.0.0.6
#r "nuget: HttpGhost, 2.0.0.6"
// Install HttpGhost as a Cake Addin
#addin nuget:?package=HttpGhost&version=2.0.0.6
// Install HttpGhost as a Cake Tool
#tool nuget:?package=HttpGhost&version=2.0.0.6
Simplify integrationtesting via http.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- HtmlAgilityPack (>= 1.4.6)
- Newtonsoft.Json (>= 4.5.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0.6 | 1,553 | 9/3/2013 |
2.0.0.5 | 1,049 | 3/17/2013 |
2.0.0.4 | 1,429 | 10/12/2012 |
2.0.0.3 | 1,079 | 10/12/2012 |
2.0.0.2 | 1,115 | 10/12/2012 |
2.0.0.1 | 1,129 | 9/9/2012 |
2.0.0 | 1,081 | 9/9/2012 |
1.2.0 | 1,120 | 7/27/2012 |
1.1.0.2 | 1,184 | 4/29/2012 |
1.1.0.1 | 1,094 | 4/18/2012 |
1.1.0 | 1,132 | 4/1/2012 |
1.0.0.3 | 1,169 | 4/1/2012 |
1.0.0.2 | 1,123 | 3/20/2012 |
1.0.0.1 | 1,067 | 3/16/2012 |
2.0.0.6
* Update Newtonsoft.Json to 5.0.6
2.0.0.5
* Update Newtonsoft.Json to 4.5.11
2.0.0.4
* Handle same names in form submit
2.0.0.3
* Insert values to existing form, which will be posted in submit
2.0.0.2
* Update Newtonsoft.Json to 4.5.10
* Fix issue 26: Now more fluent interface on IHtmlResult
2.0.0.1
* Update HtmlSession and JsonSession ctor to be as HttpSession
2.0.0.0
* Find elements by attribute using css selector
* Submit form
* Major rewrite of session, subclass session to HttpSession, HtmlSession, JsonSession
* Update JSON.NET to 4.5.9 and HtmlAgilityPack to 1.4.6