public LocalScreenCapture(string rootPath)
 {
     Photographer = new ScreenPhotographer(rootPath);
 }
示例#2
0
 public HeadlessScreenCapture(string rootPath, IUIDriver driver)
 {
     Driver = driver;
     Photo  = new ScreenPhotographer(rootPath);
 }