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

            var command =
                new SeReadWebElementAttributeCommand(this);

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