Question

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?

Was it helpful?

Solution

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”

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top