Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の問題は、FluentLenium のセレクター XPath(selenium) に相当するものを理解できないことです。
ありがとうございました。
FluentLenium は CssSelector のみに依存しているため、By.xpath (By.id など) に相当するものはないように思えます。
カスタムフィルターを次で使用できるため:
containscontainsWordnotContainsstartsWithnotStartsWithendsWithnotEndsWith
個人的には、XPath を使用する理由がわかりません。さらに、XPath は Web 要素を見つけるための「悪い習慣」と見なされることがよくあります。