public SWATFixture(BrowserType browserType) // this constructor gets called when starting test (i.e. InternetExplorerSWATFixture).
     : base(browserType)
 {
     Handler = new TableHandler(browserType);
     Setup();
 }
 public SWATSlim(BrowserType browserType)
 {
     Handler = new TableHandler(browserType);
     Setup();
 }