1. Which is best way to get xpath? Get using FF addons or creating our own xpath?
2. While creating Xpath, how to dentify unique id?
What to do if unique id is not available?
3. What means of .//* in following xpath?
.//*[@id='header']/ul[1]/li[2]/a
1. Which is best way to get xpath? Get using FF addons or creating our own xpath?
2. While creating Xpath, how to dentify unique id?
What to do if unique id is not available?
3. What means of .//* in following xpath?
.//*[@id='header']/ul[1]/li[2]/a
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAD%2BfA_0oTjK5Q-bhd5weCu7PDFX49-iuC-yKTfeDNOYRWL-qnw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/94d75148-7c6d-48b6-abe8-2b088eed751c%40googlegroups.com.
1. Which is best way to get xpath? Get using FF addons or creating our own xpath?