/// <summary> /// Clicks the map link for the provider location /// </summary> public LocationMapPage ClickMap() { helper.ClickElement(By.CssSelector("div.result-address a")); return(new LocationMapPage(helper.Driver)); }