Esempio n. 1
0
 protected AbstractPage(BrowserType browser)
 {
     this.Browser = ThreadedBrowser.Instance(browser);
     //this.Browser = BrowserInstance.Get(browser);
 }
Esempio n. 2
0
 protected AbstractPage()
 {
     this.Browser = ThreadedBrowser.Instance();
     //this.Browser = BrowserInstance.Get();
 }