OpenQA.Selenium.Support.PageObjects の FindsBy 属性の Priority パラメータは何をしますか? ライブラリの C# バージョンに興味があります。
これに関するドキュメントはありますか?
OpenQA.Selenium.Support.PageObjects の FindsBy 属性の Priority パラメータは何をしますか? ライブラリの C# バージョンに興味があります。
これに関するドキュメントはありますか?
アランのコメントに続いて、答えは次のとおりです。
/// <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;