Package org.openqa.selenium.grid.server
Interface Server<T extends Server>
-
- All Superinterfaces:
HasLifecycle<T>
public interface Server<T extends Server> extends HasLifecycle<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URL
getUrl()
boolean
isStarted()
-
Methods inherited from interface org.openqa.selenium.grid.component.HasLifecycle
start, stop
-
-