OpenQA.Selenium.Support.PageObjects中的FindsBy属性的Priority参数有什么作用?我对这个库的C#版本很感兴趣。
有没有关于这方面的文档?
发布于 2012-09-20 16:16:13
根据Arran的评论,答案是:
/// <summary>
/// Gets or sets a value indicating where this attribute should be evaluated relative to other instances
/// of this attribute decorating the same class member.
/// </summary>
[DefaultValue(0)]
public int Priority { get; set; https://stackoverflow.com/questions/12473520
复制相似问题