- shashi
- Posts : 1
Join date : 2011-02-07
Xpath for the tooltip in extjs application
Mon Feb 07, 2011 9:43 pm
Hi,
I am new to Selenium IDE, I don't have much idea on Xpath i use xpather to get the xpath for any element.The xpath contains the element id but in the extjs id's are automatically generated values which keeps changing so how do i get rid of this?
Here is the html for tootip
"div id="ext-gen360" class="x"
div class="y"
div class="z"
div id="ext-gen 456" class="tooltip"
My selenium test
/div
/div
/div
/div
What will be the xpath to verify my tooltip "My selenium test" in the above case?
Can you suggests me some links for automation of extjs application?
Plz give some suggestion to this problem
Thanks you,
shashi
I am new to Selenium IDE, I don't have much idea on Xpath i use xpather to get the xpath for any element.The xpath contains the element id but in the extjs id's are automatically generated values which keeps changing so how do i get rid of this?
Here is the html for tootip
"div id="ext-gen360" class="x"
div class="y"
div class="z"
div id="ext-gen 456" class="tooltip"
My selenium test
/div
/div
/div
/div
What will be the xpath to verify my tooltip "My selenium test" in the above case?
Can you suggests me some links for automation of extjs application?
Plz give some suggestion to this problem
Thanks you,
shashi
Permissions in this forum:
You cannot reply to topics in this forum