I see this error in my test logs: WebDriverException: Session [id] was terminated due to FORWARDING_TO_NODE_FAILED.
I am using webdriver with grid configuration {HUB is in Boston and node is in London}
How to check if my driver instance is reachable ? Using (null != driver) does not handle this case.