Selenium::WebDriver::Error::ElementNotDisplayedError Happening ONLY for I.E. automated tests
12 views
Skip to first unread message
loga....@gmail.com
unread,
Jul 19, 2011, 11:52:47 AM7/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-ruby
Hi I'm testing an application using the Selenium::Webdriver API.
I have an issue that only appears to be effection IE 7/8 which run
fine on Chrome and Firefox.
When I try to click on a menu link in IE I get the
(Selenium::WebDriver::Error::ElementNotDisplayedError) error.
This issue is only present in IE8 but most be resolved as the business
only supports IE8, officially, so my automated tests must work under
that browser.