Removes focus from element.
void
public function blur() { $this->getDriver() ->blur($this->getXpath()); }