Search Support

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • Geen antwoorde nie
  • 1 het hierdie probleem
  • 5 views
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?