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.
我正在尝试检查 winium 中的隐式等待功能,但在执行以下步骤时应用程序正在冻结。
driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
不确定您是否已经收到了这个问题的答案,但这是我所做的,它对我有用。它类似于您刚刚更新的一些内容。
driver.Manage().Timeouts().ImplicitlyWait(TimeSpan.FromSeconds(15));