public GivenContextChain Given(params IGivenInstruction[] instructions) { var context = new GivenContextChain(this, instructions); return(context); }
public GivenContextChain Given(params Action <GivenWhenWebDriverFacade>[] actions) { var context = new GivenContextChain(this, actions); return(context); }