OpenQA.Selenium.Chrome.ChromeDriver.StopClient C# (CSharp) 메소드

StopClient() 보호된 메소드

Kills the started Chrome process and ChromeCommandExecutor if they exist
protected StopClient ( ) : void
리턴 void
        protected override void StopClient()
        {
            ((ChromeCommandExecutor)CommandExecutor).Stop();
        }