- saravananjoghee
- Posts : 1
Join date : 2014-03-21
Need help to identify the Element
Fri Mar 21, 2014 2:17 pm
Hi, I want to identify the below element using text “Rotating Items”. System is not identifying the element correctly. Please help me to identify the same.
Code I used - driver.findElement(By.xpath("//h2[contains(Text[1],'Rotating Items')]"));
HTML -
Text - Rotating Items
Thanks
J Saravanan.
Code I used - driver.findElement(By.xpath("//h2[contains(Text[1],'Rotating Items')]"));
HTML -
Text - Rotating Items
Thanks
J Saravanan.
- vino.infy@gmail.com
- Posts : 2
Join date : 2012-04-12
Re: Need help to identify the Element
Tue Apr 01, 2014 2:42 am
Try this,
driver.findElement(By.xpath("//h2[contains(.,'Rotating Items')]"));
driver.findElement(By.xpath("//h2[contains(.,'Rotating Items')]"));
- skpandian
- Posts : 4
Join date : 2014-04-10
Unable to find Element
Thu Apr 10, 2014 3:31 pm
"//h2[contains(.,'Rotating Items')]"
Hi Could you explain the elements in the above row.
I'm using java to script in eclipse. I do get the error message unable to find a element.
Regards
kalimuthu Pandian
Hi Could you explain the elements in the above row.
I'm using java to script in eclipse. I do get the error message unable to find a element.
Regards
kalimuthu Pandian
- skpandian
- Posts : 4
Join date : 2014-04-10
Re: Need help to identify the Element
Thu Apr 10, 2014 3:32 pm
BTW I get the error for this particular line of code
driver.findElement(By.id(
"conviction")).clear()
Regards
Kalimuthu pandian
driver.findElement(By.id(
"conviction")).clear()
Regards
Kalimuthu pandian
- skpandian
- Posts : 4
Join date : 2014-04-10
Re: Need help to identify the Element
Tue Apr 15, 2014 3:11 pm
Thank You for the reply
Permissions in this forum:
You cannot reply to topics in this forum