Checks whether current node is visible on page.
bool
public function isVisible() { return (bool) $this->getDriver() ->isVisible($this->getXpath()); }