Checks whether element has a link with specified locator.
string $locator link id, title, text or image alt:
bool
public function hasLink(string $locator) { return null !== $this->findLink($locator); }