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
mbk
Posts : 2
Join date : 2010-04-19

Preceding-sibling doesn't work anymore for me Empty Preceding-sibling doesn't work anymore for me

Mon Apr 19, 2010 6:26 pm
Hi,
I installed windows 7 on my machine - so I upgraded to Firefox 3.6.3.

I had to upgrade Selenium IDE to version 1.0.6*.
I have a simple
//tr/td/div/span[contains(text(),'TEXT')]/preceding-sibling::td[2]/a and
when I use
Selenium it doesn't find the locator?
When I only type //tr/td/div/span[contains(text(),'TEXT')] the locator
is found.
When I add preceding-sibling, or following-sibling it doesn't work correctly.
I get
the error message: error = Error: Element
//tr/td/div/span[contains(text(),'testuser')]/preceding-sibling::td not
found.
In the previous version of SELENIUM IDE this worked fine.
Can anyone help me pls? Maybe I only forgot to add something or to configure something?
My test are full of preceding-siblingsPreceding-sibling doesn't work anymore for me Anim_crazy

thanX
avatar
mbk
Posts : 2
Join date : 2010-04-19

Preceding-sibling doesn't work anymore for me Empty Re: Preceding-sibling doesn't work anymore for me

Tue Apr 20, 2010 12:07 am
ok - my fault:

it has to be:
//tr[td[div[span[contains(text(),'TEXT')]]]]/preceding-sibling::td[2]/a

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