Ejemplo n.º 1
0
 public Element ItemContainingText(string text) => DivTag.WithText($"*|{text}");
Ejemplo n.º 2
0
 public Element ItemWithExactText(string text) => DivTag.WithText(text);