/// <summary> /// Ends the test session, killing the browser /// </summary> public void Stop() { _client.Stop(); }