예제 #1
0
파일: PageBase.cs 프로젝트: 232629/test
 public bool WaitForAjaxScripts(int timeout = 10000)
 {
     return(ngWebDriver.WaitForAjaxScripts(timeout));
 }