Class EdgeWebDriver

java.lang.Object
com.goate.selenium.staff.GoateDriver
com.goate.selenium.staff.EdgeWebDriver

public class EdgeWebDriver extends GoateDriver
Returns a new edge web driver. Created by Eric Angeli on 6/28/2017.
  • Constructor Details

    • EdgeWebDriver

      public EdgeWebDriver()
  • Method Details

    • loadCapabilities

      protected org.openqa.selenium.MutableCapabilities loadCapabilities()
      Description copied from class: GoateDriver
      Override this method to return the capabilities for the implemented web driver.
      Specified by:
      loadCapabilities in class GoateDriver
      Returns:
      The desired capabilities for the given driver.
    • build

      public org.openqa.selenium.WebDriver build()
      Description copied from class: GoateDriver
      Override this method and return an instance of the webdriver.
      When instantiating, make sure to set the desired capabilities.
      Specified by:
      build in class GoateDriver
      Returns:
      The new web driver.