Esempio n. 1
0
 public PlasmaCookieJar(WebBrowser browser)
 {
     this.browser = browser;
 }
Esempio n. 2
0
 public PlasmaNavigation(WebBrowser webBrowser)
 {
     this.webBrowser = webBrowser;
 }
Esempio n. 3
0
 public HtmlElement(HtmlNode currentNode, WebBrowser webBrowser)
 {
     this.currentNode = currentNode;
     this.webBrowser = webBrowser;
 }
Esempio n. 4
0
 public PlasmaDriver(AspNetApplication aspNetApplication)
 {
     browser    = new WebBrowser(aspNetApplication);
     navigation = new PlasmaNavigation(browser);
 }