Exemplo n.º 1
0
 public InputTag(IWebElement element, IJavaScript javaScript)
 {
     this.element = element;
     this.javaScript = javaScript;
 }
Exemplo n.º 2
0
 public ActionTag(IWebElement webElement, IJavaScript javaScript)
 {
     this.element = webElement;
     this.javaScript = javaScript;
 }