Uses of Enum Class
org.openqa.selenium.remote.Dialect
Packages that use Dialect
Package
Description
-
Uses of Dialect in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return types with arguments of type DialectModifier and TypeMethodDescriptionCreateSessionRequest.getDownstreamDialects()
SessionRequest.getDownstreamDialects()
Constructor parameters in org.openqa.selenium.grid.data with type arguments of type DialectModifierConstructorDescriptionCreateSessionRequest
(Set<Dialect> downstreamDialects, Capabilities capabilities, Map<String, Object> metadata) SessionRequest
(RequestId requestId, Instant enqueued, Set<Dialect> downstreamDialects, Set<Capabilities> desiredCapabilities, Map<String, Object> metadata, Map<String, String> traceHeaders) -
Uses of Dialect in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return DialectModifier and TypeMethodDescriptionActiveSession.getDownstreamDialect()
BaseActiveSession.getDownstreamDialect()
ActiveSession.getUpstreamDialect()
BaseActiveSession.getUpstreamDialect()
Methods in org.openqa.selenium.grid.node with parameters of type DialectModifier and TypeMethodDescriptionstatic CapabilityResponseEncoder.ResponseEncoder<Session,
Map<String, Object>, byte[]> CapabilityResponseEncoder.getEncoder
(Dialect dialect) Constructors in org.openqa.selenium.grid.node with parameters of type DialectModifierConstructorDescriptionprotected
BaseActiveSession
(SessionId id, URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, Instant startTime) protected
DefaultActiveSession
(Tracer tracer, HttpClient client, SessionId id, URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, Instant startTime) -
Uses of Dialect in org.openqa.selenium.grid.session
Methods in org.openqa.selenium.grid.session that return DialectModifier and TypeMethodDescriptionActiveSession.getDownstreamDialect()
ActiveSession.getUpstreamDialect()
-
Uses of Dialect in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return DialectModifier and TypeMethodDescriptionProtocolHandshake.Result.getDialect()
static Dialect
Returns the enum constant of this class with the specified name.static Dialect[]
Dialect.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.remote that return types with arguments of type Dialect