Class SmartClientFirefoxDriver

java.lang.Object
com.isomorphic.webdriver.SmartClientWebDriver
com.isomorphic.webdriver.SmartClientFirefoxDriver
All Implemented Interfaces:
org.openqa.selenium.interactions.Interactive, org.openqa.selenium.JavascriptExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebDriver

public class SmartClientFirefoxDriver extends SmartClientWebDriver
Implementation of SmartClient specific WebDriver using Firefox.
  • Constructor Details

    • SmartClientFirefoxDriver

      public SmartClientFirefoxDriver()
      Default constructor with default profile.
    • SmartClientFirefoxDriver

      @Deprecated public SmartClientFirefoxDriver(org.openqa.selenium.Capabilities capabilities)
      Constructor taking a specified set of driver capabilities.
      Parameters:
      capabilities - desired driver capabilities
    • SmartClientFirefoxDriver

      @Deprecated public SmartClientFirefoxDriver(org.openqa.selenium.firefox.FirefoxProfile profile)
      Constructor taking a profile.
      Parameters:
      profile - custom profile
    • SmartClientFirefoxDriver

      @Deprecated public SmartClientFirefoxDriver(org.openqa.selenium.firefox.FirefoxBinary binary)
      Constructor taking a binary reference and the default profile. The binary reference allows you to specify a path to the Firefox executable - in case more than one version is installed. (For example, new FirefoxBinary(new File("/home/user/ff52esr/firefox")).)
      Parameters:
      binary - path-specific Firefox executable reference
    • SmartClientFirefoxDriver

      @Deprecated public SmartClientFirefoxDriver(org.openqa.selenium.firefox.FirefoxBinary binary, org.openqa.selenium.firefox.FirefoxProfile profile)
      Constructor taking a profile and binary reference. The binary reference allows you to specify a path to the Firefox executable - in case more than one version is installed. (For example, new FirefoxBinary(new File("/home/user/ff52esr/firefox")).)
      Parameters:
      binary - path-specific Firefox executable reference
      profile - custom profile
    • SmartClientFirefoxDriver

      public SmartClientFirefoxDriver(org.openqa.selenium.firefox.FirefoxOptions options)
      Constructor taking FirefoxOptions.
      Parameters:
      options - custom options