> > > * Så talte Jarmo <[email protected]>: > >> Sorry for answering so late - so in the essence, what's the difference > >> between these two invocations: send_keys(["hello", :control, "i"]) > >> send_keys("hello", [:control, "i"]) Does it mean that the first one > presses > >> hello and "control + i" and then releases the keys and the second one > >> releases "hello" keys before sending "control + i"? > > >
Andreas wrote some tests for send_keys in watir-webdriver: https://github.com/jarib/watir-webdriver/blob/master/spec/element_spec.rb#L5 Perhaps we should move this into watirspec so you can run them against Watir?
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
