首页 > 解决方案 > ImplicitWait 不起作用 C# Appium WinAppDriver

问题描述

我有以下 ImplicitWait,但它被忽略了。尽管将其设置为 60 秒,但当我运行我的代码时,它会立即在下一行失败,无需等待。为什么是这样?

在此处输入图像描述

标签: c#seleniumautomated-testsappiumwinappdriver

解决方案


In Dev Express v20.2 issue has been resolved. This is because of an attribute "isOffScreen=False", in the newer version the value was True. WinAppDriver cannot interact with the element in this state and throws the error mentioned in the issue image.


推荐阅读