public InputTag(IWebElement element, IJavaScript javaScript)
 {
     this.element = element;
     this.javaScript = javaScript;
 }
 public ActionTag(IWebElement webElement, IJavaScript javaScript)
 {
     this.element = webElement;
     this.javaScript = javaScript;
 }