Uses of Interface
org.openqa.selenium.grid.server.Server
-
Packages that use Server Package Description org.openqa.selenium.grid org.openqa.selenium.grid.commands org.openqa.selenium.grid.node.httpd org.openqa.selenium.grid.server org.openqa.selenium.netty.server -
-
Uses of Server in org.openqa.selenium.grid
Methods in org.openqa.selenium.grid that return Server Modifier and Type Method Description Server<?>
TemplateGridServerCommand. asServer(org.openqa.selenium.grid.config.Config initialConfig)
-
Uses of Server in org.openqa.selenium.grid.commands
Methods in org.openqa.selenium.grid.commands that return Server Modifier and Type Method Description Server<?>
EventBusCommand. asServer(org.openqa.selenium.grid.config.Config initialConfig)
-
Uses of Server in org.openqa.selenium.grid.node.httpd
Methods in org.openqa.selenium.grid.node.httpd that return Server Modifier and Type Method Description Server<?>
NodeServer. asServer(org.openqa.selenium.grid.config.Config initialConfig)
-
Uses of Server in org.openqa.selenium.grid.server
Classes in org.openqa.selenium.grid.server with type parameters of type Server Modifier and Type Interface Description interface
Server<T extends Server>
-
Uses of Server in org.openqa.selenium.netty.server
Classes in org.openqa.selenium.netty.server that implement Server Modifier and Type Class Description class
NettyServer
-