1

OpenQA.Selenium.Support.PageObjects の FindsBy 属性の Priority パラメータは何をしますか? ライブラリの C# バージョンに興味があります。

これに関するドキュメントはありますか?

4

1 に答える 1

0

アランのコメントに続いて、答えは次のとおりです。

    /// <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; 
于 2012-09-20T08:16:13.063 に答える