コード例 #1
0
 protected override void ProcessRecord()
 {
     this.checkInputWebDriver(true);
     
     SeGetWebDriverWindowCommand command =
         new SeGetWebDriverWindowCommand(this);
     command.Execute();
     //SeHelper.GetWindow(this, this.InputObject);
 }
コード例 #2
0
        protected override void ProcessRecord()
        {
            CheckInputWebDriver(true);

            var command =
                new SeGetWebDriverWindowCommand(this);

            command.Execute();
            //SeHelper.GetWindow(this, this.InputObject);
        }