Class CustomizableRemoteWebElementInstaller.CustomizableJsonToWebElementConverter

java.lang.Object
org.openqa.selenium.remote.JsonToWebElementConverter
software.xdev.selenium.elements.remote.CustomizableRemoteWebElementInstaller.CustomizableJsonToWebElementConverter
All Implemented Interfaces:
Function<Object,Object>
Enclosing class:
CustomizableRemoteWebElementInstaller

public static class CustomizableRemoteWebElementInstaller.CustomizableJsonToWebElementConverter extends org.openqa.selenium.remote.JsonToWebElementConverter
  • Constructor Details

    • CustomizableJsonToWebElementConverter

      public CustomizableJsonToWebElementConverter(org.openqa.selenium.remote.RemoteWebDriver driver, Supplier<org.openqa.selenium.remote.RemoteWebElement> remoteWebElementSupplier)
  • Method Details

    • newRemoteWebElement

      protected org.openqa.selenium.remote.RemoteWebElement newRemoteWebElement()
      Overrides:
      newRemoteWebElement in class org.openqa.selenium.remote.JsonToWebElementConverter