コード例 #1
0
 public bool IsRedirectedToUrl(string URL)
 {
     return(driverHelper.GetCurrentURL().Contains(URL));
 }