Class CapabilityEnhancer

java.lang.Object
net.thucydides.core.webdriver.CapabilityEnhancer

public class CapabilityEnhancer
extends java.lang.Object
Created by john on 25/06/2016.
  • Constructor Summary

    Constructors
    Constructor Description
    CapabilityEnhancer​(EnvironmentVariables environmentVariables, FixtureProviderService fixtureProviderService)  
  • Method Summary

    Modifier and Type Method Description
    org.openqa.selenium.remote.DesiredCapabilities enhanced​(org.openqa.selenium.remote.DesiredCapabilities capabilities, SupportedWebDriver driver)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • enhanced

      public org.openqa.selenium.remote.DesiredCapabilities enhanced​(org.openqa.selenium.remote.DesiredCapabilities capabilities, SupportedWebDriver driver)