Try XPath のレビュー
Try XPath 作成者: larissa9839
合計レビュー数: 3
- 5 段階中 3 の評価Firefox ユーザー 15003045 によるレビュー (6年前)
- 5 段階中 3 の評価Firefox ユーザー 13839667 によるレビュー (7年前)Nice, but much too complicated to use. I did not manage to find a documentation how to use namespaces. Was just using this because Xpath Checker does not work any more with current versions of Firefox.
開発者の返信
投稿日時: 7年前Thank you for the review. You can use namespaces by entering a JSON string which pair namespace prefixes with namespace URIs. If you enter {"x":"http://www.w3.org/1999/xhtml","y":"http://www.w3.org/2000/svg"} in the Resolver input field, you can use following XPath expressions: //x:div//y:image, //x:a, /y:svg/y:rect