Class JsonToWebElementConverter

  • All Implemented Interfaces:
    com.google.common.base.Function<java.lang.Object,​java.lang.Object>, java.util.function.Function<java.lang.Object,​java.lang.Object>

    @Deprecated
    public class JsonToWebElementConverter
    extends JsonToWebElementConverter
    Deprecated.
    Reconstitutes WebElements from their JSON representation. Will recursively convert Lists and Maps to catch nested references. All other values pass through the converter unchanged.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • JsonToWebElementConverter

        public JsonToWebElementConverter​(RemoteWebDriver driver)
        Deprecated.