Try XPath에 대한 리뷰
Try XPath 제작자: larissa9839
리뷰 49개
- 5점 만점에 3점Firefox 사용자 15003045 님, 6년 전
- 5점 만점에 4점Firefox 사용자 14996662 님, 6년 전
- 5점 만점에 5점Firefox 사용자 14955911 님, 6년 전
- 5점 만점에 5점Firefox 사용자 14650110 님, 6년 전
개발자 답글
6년 전에 게시됨I can download Try XPath by Firefox 64.0.2(64bit). The cause of the failure may be the Firefox version. Try XPath 1.3.4 supports Firefox 53.0 or later.- 5점 만점에 5점Firefox 사용자 14484052 님, 6년 전
- 5점 만점에 5점Firefox 사용자 14474435 님, 6년 전
- 5점 만점에 5점Firefox 사용자 14458547 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14375534 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14218145 님, 7년 전
- 5점 만점에 5점Firefox 사용자 14032866 님, 7년 전
- 5점 만점에 4점Firefox 사용자 13923073 님, 7년 전Is is possible that this add-on doesn't support XPath 2.0?
Are you planning to add support for it?개발자 답글
7년 전에 게시됨Thank you for the review. This add-on uses the Document.evaluate method to execute a XPath expression and does not support XPath 2.0. I have no plan to support XPath 2.0 now. - 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 - 5점 만점에 5점Firefox 사용자 13446057 님, 7년 전
개발자 답글
7년 전에 게시됨Thanks for the review. But I'm not sure I understand. Would you like to reduce the size of the checkboxes or the size of the titles(Context, namespaceResolver, ...)?- 5점 만점에 5점Alexey Murz Korepov 님, 7년 전Very good solution for make XPath queries to page directly in Firefox interface! Good replacement to abandoned XPath checker extension.
- 5점 만점에 5점Pavankumar Nagaraj 님, 7년 전There are other add ons to overcome firebug isolation, One of the best tool to verify xpath is Try Xpath add on to firefox developed by larissa9839.
I have given step by step tutorial for how to use Try Xpath add on on **http://selenium-webdriver.com/java/install-try-xpath-selenium-webdriver.php**
Keep up the Awesome work.
regards
Pavankumar Nagaraj