Re: [Selenium-devel] selenium keystroke simulation

2005-09-26 Thread Mike Williams
On Tue, September 27, 2005 4:34, Luke Closs said: > I actually got it working with the help of user-extensions.js. I > created an inputKeys command that calls the textarea onkeypress > callback for every key. If the callback returns true, it'll also add > it to the textbox. Nice work, Luke. -

Re: [Selenium-devel] selenium keystroke simulation

2005-09-26 Thread Luke Closs
On Mon, Sep 26, 2005 at 07:27:42PM +0100, John J Lee wrote: > Seen this? > > http://www.masswerk.at/jsuix/ Cool! I haven't seen that before. What we're looking to do is make something that could run for all textareas (via greasemonkey or something) so that we could always use vi commands. I ac

[Selenium-devel] selenium keystroke simulation

2005-09-26 Thread Luke Closs
Hey, I've just started playing with selenium, and it's awesome! Great work guys. My friend and I are trying to build some code to allow one to use vi commands in a regular textarea. To test this, we want to simulate keypresses. I see in one of the files that this is a TODO. Has any work been