Hi All, While entering data into text field it is taking too much time. i.e.
*it enters data character by character.*Please find the code below: *require "rubygems"require "watir-webdriver"b=Watir::Browser.new :ieb.goto "www.gogle.com"b.text_field(:id, /xyz/).set "abcdefgh" # here it enters data char by char.* Also i have tried with the below code and it doesn't work since "speed" method is undefined method: *b.speed = :fast * # this gives error since speed method is undefined in Watir web driver. I have copied some code (to define speed method) from the below site browser.rb file. *http://stackoverflow.com/questions/12015805/how-can-i-manage-slow-textarea-speed-with-watir-webdriver-in-firefox-linux* but still it is same. Can any one please help me. Thanks in advance, Warm Regards, Kamal -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
