- venkatkoritala
- Posts : 6
Join date : 2012-11-22
is it possible to find number of elements in an selectd xpath by selenium rc..?
Fri Dec 07, 2012 1:57 pm
i want to find number of elements in selected x path is it possible if yes how?
t
the above image i selected total xpath and now i want to retrive number of items with in that box and if possible items xpaths ..
by using selenium rc
t
the above image i selected total xpath and now i want to retrive number of items with in that box and if possible items xpaths ..
by using selenium rc
Re: is it possible to find number of elements in an selectd xpath by selenium rc..?
Sat Dec 08, 2012 1:17 am
http://selenium.googlecode.com/svn/trunk/docs/api/java/com/thoughtworks/selenium/DefaultSelenium.html#getXpathCount(java.lang.String)
- SunnyBoy
- Posts : 3
Join date : 2013-03-20
Re: is it possible to find number of elements in an selectd xpath by selenium rc..?
Wed Mar 20, 2013 8:35 pm
Yes we can.. fallow the code..
driver.findelements(By.Xpath("Xpath Expression")).size
you will get count of particular element.
- Sponsored content
Permissions in this forum:
You cannot reply to topics in this forum