[wtr-general] Entering data to text field is taking time in Watir Web driver

2014-04-22 Thread Jim Evans
You haven't provided this information, and I'm not an expert in watir-webdriver, so I'm going to have to rely on my psychic debugging powers. My psychic powers tell me you're running Internet Explorer 10 or 11, and since you're on a 64-bit version of Windows, you assumed you should use the 64-bi

[wtr-general] Entering data to text field is taking time in Watir Web driver

2014-04-22 Thread kamal nalla
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 en