Uses of Class
org.openqa.selenium.remote.Dialect
-
Packages that use Dialect Package Description org.openqa.selenium.remote -
-
Uses of Dialect in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return Dialect Modifier and Type Method Description Dialect
ProtocolHandshake.Result. getDialect()
static Dialect
Dialect. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Dialect[]
Dialect. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.remote that return types with arguments of type Dialect Modifier and Type Method Description java.util.Set<Dialect>
NewSessionPayload. getDownstreamDialects()
-