Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7920587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:16:20+00:00 2026-06-03T16:16:20+00:00

I am using selenium for automated testing. When the test runs on Selenium IDE

  • 0

I am using selenium for automated testing. When the test runs on Selenium IDE it runs successfully then, when exporting it as a .Net web driver and run it with NUnit the NoSuchElementsException is being thrown. Do someone what is causing this exception please?

SeleniumTests.UserNotLogged.TheUserNotLoggedTest:

OpenQA.Selenium.NoSuchElementException : Unable to locate element: {“method”:”link text”,”selector”:””} //Exception from NUnit

[Test]
    public void TheUserNotLoggedTest()
    {
        driver.Navigate().GoToUrl(baseURL + "Index.aspx");
        driver.FindElement(By.Id("wrapper")).Click();
        driver.FindElement(By.LinkText("Home")).Click();
        driver.FindElement(By.LinkText("News")).Click(); //Exception thrown here
        driver.FindElement(By.LinkText("Events")).Click();
        driver.FindElement(By.LinkText("Contact Us")).Click();
        driver.FindElement(By.LinkText("Register")).Click();
    }

Thanks for your help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T16:16:22+00:00Added an answer on June 3, 2026 at 4:16 pm

    In these kind of cases, it’s generally a timing issue. I take it these are navigation links? In which case, it could well be that Selenium is trying to find the News link well before the page has finished loading. Try adding in a WebDriverWait:

    http://seleniumhq.org/docs/04_webdriver_advanced.html

    If this still doesn’t solve it, move to a different method of finding the links, such as a css selector or XPath – just to verify that you CAN find it using a different method (albeit not the best one).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing automated UI tests in C# using Selenium 2 Web Driver for web
I have started using the selenium plugin for firefox for web automated testing. Is
I am using Selenium IDE Firefox plugin to create some test cases. I click
I'm using Selenium in C# with Selenium RC to do some automated interaction testing
I am using selenium grid for automated testing. I have followed the official documents
I'm using selenium-rc with C# to test my asp.net mvc2 application. Currently all I
I have been using Selenium Library with Robot Framework for writing automated tests for
Using Selenium IDE, I am trying to locate a link within a table row.
I'm using Selenium IDE 1.7.2 and Firefox 10.0.2 In the page which I'm writing
I'm writing some automated tests using Capybara/RSpec, I choose/configure the driver by using this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.