Recenzije za Try XPath
Try XPath od larissa9839
49 recenzija
- Ocijenjeno s 3 od 5od Korisnik Firefoxa 15003045, prije 6 godina
- Ocijenjeno s 4 od 5od Korisnik Firefoxa 14996662, prije 6 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14955911, prije 6 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14650110, prije 7 godina
Odgovor programera
objavljeno prije 7 godinaI 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.- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14484052, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14474435, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14458547, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14375534, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14218145, prije 7 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14032866, prije 7 godina
- Ocijenjeno s 4 od 5od Korisnik Firefoxa 13923073, prije 7 godinaIs is possible that this add-on doesn't support XPath 2.0?
Are you planning to add support for it?Odgovor programera
objavljeno prije 7 godinaThank 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. - Ocijenjeno s 3 od 5od Korisnik Firefoxa 13839667, prije 8 godinaNice, 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.
Odgovor programera
objavljeno prije 8 godinaThank 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 - Ocijenjeno s 5 od 5od Kampak, prije 8 godina
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 13446057, prije 8 godina
- Ocijenjeno s 4 od 5od navchandar, prije 8 godinaContext, Namespace and other options could be smaller checkboxes.
Odgovor programera
objavljeno prije 8 godinaThanks 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, ...)? - Ocijenjeno s 5 od 5od Alexey Murz Korepov, prije 8 godinaVery good solution for make XPath queries to page directly in Firefox interface! Good replacement to abandoned XPath checker extension.
- Ocijenjeno s 5 od 5od Pavankumar Nagaraj, prije 8 godinaThere 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 - Ocijenjeno s 5 od 5od decembre, prije 8 godinaI 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 ?Odgovor programera
objavljeno prije 8 godinaI'm sorry, but I have no plan to do it for now. Thanks for the review.