Uses of Class
org.openqa.selenium.remote.RemoteWebElement
-
Packages that use RemoteWebElement Package Description org.openqa.selenium.remote -
-
Uses of RemoteWebElement in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return RemoteWebElement Modifier and Type Method Description protected RemoteWebElement
JsonToWebElementConverter. newRemoteWebElement()
Methods in org.openqa.selenium.remote with parameters of type RemoteWebElement Modifier and Type Method Description org.openqa.selenium.WebElement
BaseAugmenter. augment(RemoteWebElement element)
Enhance the interfaces implemented by this instance of WebElement iff that instance is aRemoteWebElement
.
-