When calling the set method of a text_field in ruby, the text is being entered at a very slow rate in the browser, roughly at 1 character / second.
set
Environm
It is a known bug: WTR-397
Workaround is to use watir-webdriver or to use value= instead of set. Example:
value=
browser.text_field(how => what).value= "string"