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