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)); }
protected override void ProcessRecord() { checkInputWebElementOnly(InputObject); //Console.WriteLine("input checked!!!!!!!!!!!!!!!!!!!"); var command = new SeSubmitWebElementCommand(this); command.Execute(); //SeHelper.SubmitWebElement(this, ((IWebElement[])this.InputObject)); }