WebKit Bugzilla
Attachment 356628 Details for
Bug 191155
: SimulatedInputDispatcher::transitionInputSourceToState() can reuse a moved-from completion handler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
REST API and Automation Protocol trace (safaridriver)
intermediates.txt (text/plain), 3.01 KB, created by
BJ Burg
on 2018-12-05 11:39:56 PST
(
hide
)
Description:
REST API and Automation Protocol trace (safaridriver)
Filename:
MIME Type:
Creator:
BJ Burg
Created:
2018-12-05 11:39:56 PST
Size:
3.01 KB
patch
obsolete
>REST API >======== > >HTTPServer: POST http://localhost:4444/session/5174A45F-C6DE-47EF-8990-AA64C3285387/actions >HTTPServer: >{ > "actions": [ > { > "type": "key", > "id": "keyboard_id", > "actions": [ > { > "type": "keyDown", > "value": "f" > }, > { > "type": "keyUp", > "value": "f" > }, > { > "type": "keyDown", > "value": "o" > }, > { > "type": "keyUp", > "value": "o" > }, > { > "type": "keyDown", > "value": "o" > }, > { > "type": "keyUp", > "value": "o" > }, > { > "type": "keyDown", > "value": "î" > }, > { > "type": "keyDown", > "value": "î" > }, > { > "type": "keyUp", > "value": "î" > }, > { > "type": "keyUp", > "value": "î" > } > ] > } > ] >} > > >AutomationProtocol >================== > >{ > "method": "Automation.performInteractionSequence", > "params": { > "frameHandle": "", > "inputSources": [ > { > "sourceId": "keyboard_id", > "sourceType": "Keyboard" > } > ], > "steps": [ > { > "states": [ > { > "sourceId": "keyboard_id", > "pressedCharKey": "f", > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "pressedCharKey": "o", > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "pressedCharKey": "o", > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "pressedVirtualKeys": [ > "Shift" > ], > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "pressedVirtualKeys": [ > "Shift", > "Backspace" > ], > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "pressedVirtualKeys": [ > "Backspace" > ], > "origin": "Viewport" > } > ] > }, > { > "states": [ > { > "sourceId": "keyboard_id", > "origin": "Viewport" > } > ] > } > ], > "handle": "page-9458D3AE-04E6-47BA-A281-76F719632157" > }, > "id": 50 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191155
: 356628 |
356649