Uses of Enum Class
org.openqa.selenium.remote.Dialect
Packages that use Dialect
Package
Description
- 
Uses of Dialect in org.openqa.selenium.grid.dataMethods 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.nodeMethods 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 DialectModifierConstructorDescriptionprotectedBaseActiveSession(SessionId id, URL url, Dialect downstream, Dialect upstream, Capabilities stereotype, Capabilities capabilities, Instant startTime) protectedDefaultActiveSession(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.sessionMethods in org.openqa.selenium.grid.session that return DialectModifier and TypeMethodDescriptionActiveSession.getDownstreamDialect()ActiveSession.getUpstreamDialect()
- 
Uses of Dialect in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote that return DialectModifier and TypeMethodDescriptionProtocolHandshake.Result.getDialect()static DialectReturns 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