Uses of Class
org.openqa.selenium.grid.data.NewSessionErrorResponse
-
Packages that use NewSessionErrorResponse Package Description org.openqa.selenium.grid.data -
-
Uses of NewSessionErrorResponse in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return types with arguments of type NewSessionErrorResponse Modifier and Type Method Description static EventListener<NewSessionErrorResponse>
NewSessionRejectedEvent. listener(java.util.function.Consumer<NewSessionErrorResponse> handler)
Method parameters in org.openqa.selenium.grid.data with type arguments of type NewSessionErrorResponse Modifier and Type Method Description static EventListener<NewSessionErrorResponse>
NewSessionRejectedEvent. listener(java.util.function.Consumer<NewSessionErrorResponse> handler)
Constructors in org.openqa.selenium.grid.data with parameters of type NewSessionErrorResponse Constructor Description NewSessionRejectedEvent(NewSessionErrorResponse response)
-