Class CustomizableRemoteWebElementInstaller

java.lang.Object
software.xdev.selenium.elements.remote.CustomizableRemoteWebElementInstaller

public final class CustomizableRemoteWebElementInstaller extends Object
Allows to install a custom RemoteWebElement supplier into RemoteWebDriver.
  • Method Details

    • install

      public static void install(org.openqa.selenium.remote.RemoteWebDriver driver, Supplier<org.openqa.selenium.remote.RemoteWebElement> remoteWebElementSupplier)