コード例 #1
0
ファイル: ActionEngine.cs プロジェクト: purna1221/Microsite
 public void waitUntilTextPresents(By by, string text)
 {
     wait.Until(ExpectedConditions.TextToBePresentInElementLocated(by, text));
 }