[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 rubygemsrequire watir-webdriverb=Watir::Browser.new :ieb.goto www.gogle.comb.text_field(:id, /xyz/).set abcdefgh # here it enters

[wtr-general] Screenshot on remote machine thorugh Remote Desktop with watir-classic

2014-04-22 Thread Stefano
Hi, taking screenshot running watir-classic on Remote Desktop (for example, ie.screenshot.save 'screenshot.png') works only when window is not minimized. This is an old limitation that I have experienced some years ago. Do you how if now there exists a way to overcame this limitation? We are

[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

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

2014-04-22 Thread graham . harbour
I think in a nutshell the query is why the browser.speed method is present and working wonderfully in watir-classic, but not in watir-webdriver. e.g. browser.speed = :fast browser.speed = :zippy I too now use watir-webdriver and miss being able to populate text fields quickly, than the