Κριτικές για το Try XPath
Try XPath από larissa9839
49 κριτικές
- Βαθμολογία 3 από 5από Χρήστης Firefox 15003045, 6 χρόνια πριν
- Βαθμολογία 4 από 5από Χρήστης 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, 6 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 14375534, 7 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 14218145, 7 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 14032866, 7 χρόνια πριν
- Βαθμολογία 4 από 5από Χρήστης 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. - Βαθμολογία 3 από 5από Χρήστης 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από Kampak, 7 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 13446057, 7 χρόνια πριν
- Βαθμολογία 4 από 5από navchandar, 7 χρόνια πρινContext, Namespace and other options could be smaller checkboxes.
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 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 - Βαθμολογία 5 από 5από decembre, 8 χρόνια πρινI want to find an alternative to FireXpath (Firebug addon) which was so simple to use for testing or find a CSS selector....
Can you consider the possibility to integrate you tool inside the dev toolbar of firefox ?Απάντηση προγραμματιστή
δημοσιεύτηκε στις 7 χρόνια πρινI'm sorry, but I have no plan to do it for now. Thanks for the review.