예제 #1
0
 protected override void After(SeleniumAfterActionContext context)
 {
     Thread.Sleep(3000);
 }
예제 #2
0
 protected override void After(SeleniumAfterActionContext context)
 {
     ////throw new ApplicationException("EX");
     Thread.Sleep(2000);
 }