Script in UI
<div class=navdeactive><a href="technology.html">Technology</a></div>
While executing the below script
@driver.find_element(:link_text, "Technology").click
Getting an error>>
Selenium::WebDriver::Error::NoSuchElementError: The element could not be found
But in view, source link is available.
Web Driver version: selenium-webdriver (2.25.0)
Help me on this
