W3C home > Mailing lists > Public > public-browser-tools-testing@w3.org > April to June 2016

Re: Actions questions

From: Jason Juang <juangj@google.com>
Date: Tue, 26 Apr 2016 17:50:05 -0700
Message-ID: <CAN_hBkyQSdNhNxeESUeVwdf=8xiBXQQOYX38yjyMB+iY8f1iFA@mail.gmail.com>
To: David Burns <dburns@mozilla.com>
Cc: James Graham <james@hoppipolla.co.uk>, "public-browser-tools-testing@w3.org" <public-browser-tools-testing@w3.org>, tdresser@google.com, lanwei@google.com, Sam Uong <samuong@chromium.org>
On Wed, Apr 20, 2016 at 1:08 PM, David Burns <dburns@mozilla.com> wrote:

> Is it expected that the keyboard model has key repetition e.g. if I do
>>
>> [[{keyDown a}, {pause 10}, {keyUp a}]]
>>
>> when the focus is on an input control, how many "a" characters should I
>> see?
>>
>
> Originally I didnt think of this but I guess, from my previous answer
> above I think we should see a "few" a's
>

If you split up the action chain and send
  [[{keyDown a}]]
then wait, say, 5 real-time seconds, and then send
  [[{keyUp a}]]
should you expect that the key repeats during the entire interval between
the actions? Or does the key only repeat if there is an explicit pause
command?
Received on Wednesday, 27 April 2016 00:50:52 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:09:53 UTC