如何跳过NoSuchElementException?
或者您能否详细说明如何仅在访问控件之前初始化控件?
这对我不起作用:
[FindByClass("profile"), WaitFor(on: TriggerEvents.BeforeAccess, ThrowOnAbsenceFailure = false)]
public UserProfileTile<TOwner> UserProfileTile { get; private set; }
感谢您的帮助!
答案 0 :(得分:0)
问题在于WaitFor属性。我在不同的地方多次使用它。因此,我清理了属性,现在一切正常。感谢您的帮助!