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