Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
saravananjoghee
Posts : 1
Join date : 2014-03-21

Need help to identify the Element Empty 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.

avatar
vino.infy@gmail.com
Posts : 2
Join date : 2012-04-12

Need help to identify the Element Empty Re: Need help to identify the Element

Tue Apr 01, 2014 2:42 am
Try this,

driver.findElement(By.xpath("//h2[contains(.,'Rotating Items')]"));
avatar
skpandian
Posts : 4
Join date : 2014-04-10

Need help to identify the Element Empty 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
avatar
skpandian
Posts : 4
Join date : 2014-04-10

Need help to identify the Element Empty 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
avatar
skpandian
Posts : 4
Join date : 2014-04-10

Need help to identify the Element Empty Re: Need help to identify the Element

Tue Apr 15, 2014 3:11 pm
Thank You for the reply Smile
Sponsored content

Need help to identify the Element Empty Re: Need help to identify the Element

Back to top
Permissions in this forum:
You cannot reply to topics in this forum