Uses of Class
org.openqa.selenium.remote.server.KnownElements
-
Packages that use KnownElements Package Description org.openqa.selenium.remote.server org.openqa.selenium.remote.server.handler org.openqa.selenium.remote.server.handler.internal -
-
Uses of KnownElements in org.openqa.selenium.remote.server
Methods in org.openqa.selenium.remote.server that return KnownElements Modifier and Type Method Description KnownElementsSession. getKnownElements() -
Uses of KnownElements in org.openqa.selenium.remote.server.handler
Methods in org.openqa.selenium.remote.server.handler that return KnownElements Modifier and Type Method Description protected KnownElementsWebDriverHandler. getKnownElements() -
Uses of KnownElements in org.openqa.selenium.remote.server.handler.internal
Constructors in org.openqa.selenium.remote.server.handler.internal with parameters of type KnownElements Constructor Description ArgumentConverter(KnownElements knownElements)ResultConverter(KnownElements knownElements)
-