OpenQA.Selenium.IE.InternetExplorerDriverService.InternetExplorerDriverService C# (CSharp) 메소드

InternetExplorerDriverService() 개인적인 메소드

Initializes a new instance of the InternetExplorerDriverService class.
private InternetExplorerDriverService ( string executable, int port ) : System
executable string The full path to the IEDriverServer executable.
port int The port on which the IEDriverServer executable should listen.
리턴 System
        private InternetExplorerDriverService(string executable, int port)
            : base(executable, port, InternetExplorerDriverServiceFileName, InternetExplorerDriverDownloadUrl)
        {
        }