protected override void ProcessRecord() { this.checkInputWebElementOnly(this.InputObject); SeReadWebElementTextCommand command = new SeReadWebElementTextCommand(this); command.Execute(); //SeHelper.GetWebElementText(this, ((IWebElement[])this.InputObject)); }
protected override void ProcessRecord() { checkInputWebElementOnly(InputObject); var command = new SeReadWebElementTextCommand(this); command.Execute(); //SeHelper.GetWebElementText(this, ((IWebElement[])this.InputObject)); }