org.openqa.selenium.remote.internal
Class WebElementToJsonConverter
java.lang.Object
org.openqa.selenium.remote.internal.WebElementToJsonConverter
- All Implemented Interfaces:
- com.google.common.base.Function<Object,Object>
public class WebElementToJsonConverter
- extends Object
- implements com.google.common.base.Function<Object,Object>
Converts WebElement
objects to their JSON representation. Will
recursively convert Lists and Maps to catch nested references.
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 |
WebElementToJsonConverter
public WebElementToJsonConverter()
apply
public Object apply(Object arg)
- Specified by:
apply
in interface com.google.common.base.Function<Object,Object>
Copyright © 2011. All Rights Reserved.