1
左右。接下來我怎麼辦?:紅寶石硒的webdriver等待按鍵
wait = Selenium::WebDriver::Wait.new(:timeout => 1000)
wait.until{
// here insert code
// for "catching" keypress
driver.quit // e.g.
}
我需要「設置暫停」進行測試,直到我按任意鍵(例如ENTER)。