public class SessionHelpers
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionHelpers.SessionAddress |
| Constructor and Description |
|---|
SessionHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static SessionHelpers.SessionAddress |
parseSessionAddress(java.net.URL address)
Parses the address of a running remote session.
|
public static SessionHelpers.SessionAddress parseSessionAddress(java.net.URL address)
address - The address string containing /session/id suffix.org.openqa.selenium.InvalidArgumentException - If no session identifier could be parsed.