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
Bande
Posts : 1
Join date : 2010-03-24

Problem with Selenium RC, can't find objects in Junit. Empty Problem with Selenium RC, can't find objects in Junit.

Wed Mar 24, 2010 8:26 pm
Hi!

I have a problem with running Junit tests with selenium RC. When running the tests on Internet Explorer, selenium can't find the objects (Buttons etc). If I try with Xpath Browser the path is found but when I am running the tests Selenium complain that the object is not found:
Example:
selenium.click("xpath=//a[contains(@href,'submit')][text()='Done']");
Gives
ERROR: Element xpath=//a[contains(@href,'submit')][text()='Done'] not found

I have tried with different xpath but can't get it to work (and I am quite sure that the xpath is correct). Have I missed something?
Bande
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Problem with Selenium RC, can't find objects in Junit. Empty Re: Problem with Selenium RC, can't find objects in Junit.

Thu Mar 25, 2010 11:52 am
hi,

Try to use the following things and lets will it work or not:

1. If your xpath is correct, remove "xpath=".
2. If only one submit button/link present on the page, try to use "link=submit" as locator instead of xpath
3. Or try this "selenium.click("xpath=//a[contains(@href,'submit')]");"

If none of them work, give the URL of the page, I will give you a xpath which works. Hope this will help you.

Best of luck.

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