Ejemplo n.º 1
0
        protected override void ProcessRecord()
        {
            this.checkInputWebElementOnly(this.InputObject);
//Console.WriteLine("input checked!!!!!!!!!!!!!!!!!!!");
            SeSubmitWebElementCommand command =
                new SeSubmitWebElementCommand(this);
            command.Execute();
            //SeHelper.SubmitWebElement(this, ((IWebElement[])this.InputObject));
        }
Ejemplo n.º 2
0
        protected override void ProcessRecord()
        {
            checkInputWebElementOnly(InputObject);
//Console.WriteLine("input checked!!!!!!!!!!!!!!!!!!!");
            var command =
                new SeSubmitWebElementCommand(this);

            command.Execute();
            //SeHelper.SubmitWebElement(this, ((IWebElement[])this.InputObject));
        }