All Versions
4
Latest Version
Avg Release Cycle
330 days
Latest Release
3759 days ago
Changelog History
Changelog History
-
v3.0.0.0 Changes
May 25, 2014Details available here: http://fluent.stirno.com/the-journey-to-3-0/
-
v2.2.0.1 Changes
October 27, 2013🆕 New toys:
FluentSession.EnableStickySession(); FluentSession.DisableStickySession(); FluentAutomation.SeleniumWebDriver.Bootstrap(Browser.Chrome, Browser.Firefox, Browser.PhantomJs);
✅ On test classes, you can now get access to the session object and IoC container. This should allow complete extensibility for users:
public class Test1 : FluentTest { public Test1() { FluentAutomation.SeleniumWebDriver.Bootstrap(Browser.Chrome); this.Session.Container.Register<IWebDriver>((c, o) => new RemoteWebDriver(...)); } public void TestMethod1() { I.Open("http://google.com/"); } }
⚡️ Updated to use Selenium 2.37
-
v1.0.1.0
April 18, 2012 -
v1.0.0.65
September 09, 2011