Esempio n. 1
0
        public ThenContextChain Then(params IThenInstruction[] instructions)
        {
            var context = new ThenContextChain(this, instructions);

            return(context);
        }
Esempio n. 2
0
        public ThenContextChain Then(params Action <ThenWebDriverFacade>[] actions)
        {
            var context = new ThenContextChain(this, actions);

            return(context);
        }