Transactions
Transactions can be added when creating or updating User Paths with the StartTransaction method.
driver.StartTransaction("home");
driver.Url = "http://ushahidi.demo.neotys.com/";
Whenever the mode is not set to "Design", calls to StartTransaction are ignored.
Home