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