Checks whether current node is selected if it's a option field.
Calling this method on any other elements is not allowed.
bool
public function isSelected() { return (bool) $this->getDriver() ->isSelected($this->getXpath()); }