コード例 #1
0
 protected AbstractPage(BrowserType browser)
 {
     this.Browser = ThreadedBrowser.Instance(browser);
     //this.Browser = BrowserInstance.Get(browser);
 }
コード例 #2
0
 protected AbstractPage()
 {
     this.Browser = ThreadedBrowser.Instance();
     //this.Browser = BrowserInstance.Get();
 }