ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why are some elements in my RSpec tests now showing in Release 10 as NOT VISIBLE which are working in Release 9?

  • ما من ردود
  • 1 has this problem
  • 1 view
more options

I have the following code in an RSpec with Capybara tests that are ran through the selenium web driver from the Ruby Command Prompt line. These tests were running successfully in Firefox 9 yesterday but when I upgraded today to Firefox 10 the code is now failing to find a previously found element.

I am now getting the following output when running the RSpec tests:

Failure/Error: click_link 'Edit User' Selenium::WebDriver::Error::ElementNotVisibleError: Element is not currently visible and so may not be interacted with

Can someone please look into why this might be causing this issue?

I have the following code in an RSpec with Capybara tests that are ran through the selenium web driver from the Ruby Command Prompt line. These tests were running successfully in Firefox 9 yesterday but when I upgraded today to Firefox 10 the code is now failing to find a previously found element. I am now getting the following output when running the RSpec tests: Failure/Error: click_link 'Edit User' Selenium::WebDriver::Error::ElementNotVisibleError: Element is not currently visible and so may not be interacted with Can someone please look into why this might be causing this issue?