public void ClickPageElement(string element, string strategy = "Id")
 {
     _webPage.LocateElement(element, strategy).Click();
 }