Class WebdriverInstances.InstanceRegistration

java.lang.Object
net.thucydides.core.webdriver.WebdriverInstances.InstanceRegistration
Enclosing class:
WebdriverInstances

public final class WebdriverInstances.InstanceRegistration
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    InstanceRegistration​(java.lang.String driverName)  
  • Method Summary

    Modifier and Type Method Description
    void forDriver​(org.openqa.selenium.WebDriver driver)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InstanceRegistration

      public InstanceRegistration​(java.lang.String driverName)
  • Method Details

    • forDriver

      public void forDriver​(org.openqa.selenium.WebDriver driver)