Returns Session ID of WebDriver or `null`, when session not started yet.
string|null
public function getWebDriverSessionId() { return $this->wdSession !== null ? basename($this->wdSession ->getUrl()) : null; }