protected override void ProcessRecord()
 {
     checkInputWebElementOnly(InputObject);
     
     var command =
         new SeReadWebElementTagNameCommand(this);
     command.Execute();
     //SeHelper.GetWebElementTagName(this, ((IWebElement[])this.InputObject));
 }
Esempio n. 2
0
        protected override void ProcessRecord()
        {
            checkInputWebElementOnly(InputObject);

            var command =
                new SeReadWebElementTagNameCommand(this);

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