protected override void ProcessRecord()
 {
     this.checkInputWebDriver(true);
     
     SeReadWebDriverNativeWindowHandleCommand command =
         new SeReadWebDriverNativeWindowHandleCommand(this);
     command.Execute();
     //SeHelper.GetNativeWindowHandle(this, this.InputObject, this.MainWindowHandle);
 }
Example #2
0
        protected override void ProcessRecord()
        {
            CheckInputWebDriver(true);

            var command =
                new SeReadWebDriverNativeWindowHandleCommand(this);

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