1

With latest update to selenium webdriver 2.41.0 and Firefox 29 setting of number fields does not seem to work any more:

fill_in "my-field", with: 1 does not do anything. Is there some way to workaround this issue?

Andrew Bezzub
  • 15,744
  • 7
  • 51
  • 73
  • possible duplicate of [Selenium send\_keys doesn't work if input type="number"](http://stackoverflow.com/questions/23412912/selenium-send-keys-doesnt-work-if-input-type-number) – supervacuo May 27 '14 at 12:45

1 Answers1

2

Selenium 2.41.0 only offically supports to Firefox 28. Please either downgrade to Firefox 28 or wait for the new Selenium release.

Duplicates of:

Selenium can't find fields with type number

Selenium send_keys doesn't work if input type=“number”

Community
  • 1
  • 1
Yi Zeng
  • 32,020
  • 13
  • 97
  • 125