Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各コマンドの後にタイムアウトを設定する方法はありますか? 各コマンドの後に time.sleep(n) を書くのは不気味です....何か提案はありますか?
私は現在これを使用しています
protected void sleep(int i) { driver.manage().timeouts().implicitlyWait(i, TimeUnit.SECONDS); } sleep(1);
運転手は運転を続ける前に 1 秒寝ます。
それがまさにあなたが望むものかどうかはわかりません。