0
require 'watir-webdriver'
b = Watir::Browser.new :ie
b.goto "google.com"
b.text_field(title: "Search").set "ABCDEFG"

When running the above code I run into an issue where Watir takes SIX seconds to type one character, and then takes SIX seconds to type the next character and so on. This happens every time. I've searched up and down in the documentation for Watir and haven't found a way to increase this typing speed. There used to be a Watir::Browser#speed method but I've searched through the source code and found no references to speed.

I looked at this question but it's no longer helpful :<

I must use internet exploder for this, because of DCOM :<

RUBY_VERSION => 2.3.1
Watir::VERSION => 0.9.3
IE Version => 11.494
IEDriverServer => 2.53_1 x64
Community
  • 1
  • 1
redcodefinal
  • 909
  • 3
  • 11
  • 24

0 Answers0