org.openqa.selenium.ie
Class InternetExplorerDriverService.Builder

java.lang.Object
  extended by org.openqa.selenium.remote.service.DriverService.Builder
      extended by org.openqa.selenium.ie.InternetExplorerDriverService.Builder
Enclosing class:
InternetExplorerDriverService

public static class InternetExplorerDriverService.Builder
extends DriverService.Builder

Builder used to configure new InternetExplorerDriverService instances.


Field Summary
 
Fields inherited from class org.openqa.selenium.remote.service.DriverService.Builder
environment, exe, logFile, port
 
Constructor Summary
InternetExplorerDriverService.Builder()
           
 
Method Summary
protected  DriverService buildDriverService()
           
 
Methods inherited from class org.openqa.selenium.remote.service.DriverService.Builder
build, usingAnyFreePort, usingDriverExecutable, usingPort, withEnvironment, withLogFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternetExplorerDriverService.Builder

public InternetExplorerDriverService.Builder()
Method Detail

buildDriverService

protected DriverService buildDriverService()
                                    throws java.io.IOException
Specified by:
buildDriverService in class DriverService.Builder
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.