internal static int CommentsFound(Comment comment) { return(Browser.FindByXpath("//cite[text()='" + comment.User + "']").Count()); }
internal static ReadOnlyCollection <IWebElement> GetComments(Comment comment) { return(Browser.FindByXpath("//cite[text()='" + comment.User + "']")); }