示例#1
0
        protected override void ProcessRecord()
        {
            CheckInputWebDriver(true);

            SeHelper.CreatePageObject(this, ((IWebDriver[])InputObject));
        }