コード例 #1
0
 private void waitForTitleChange(String newTitle) {
   waitFor(WaitingConditions.pageTitleToBe(driver, newTitle));
 }