protected override void ProcessRecord()
        {
            checkInputWebElementOnly(InputObject);

            SeHelper.GetElementParent(this, ((IWebElement[])InputObject));
        }